1 write to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
49_log = context.Log;
15 references to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (15)
Internal\QuicStreamContext.cs (13)
177_log.LogError(0, ex, $"Unexpected exception in {nameof(QuicStreamContext)}.{nameof(StartAsync)}."); 256QuicLog.StreamPause(_log, this); 263QuicLog.StreamResume(_log, this); 277QuicLog.StreamAbortedRead(_log, this, ex.ApplicationErrorCode.GetValueOrDefault()); 287QuicLog.StreamTimeoutRead(_log, this); 301QuicLog.StreamError(_log, this, error); 360_log.LogError(0, ex, $"Unexpected exception in {nameof(QuicStreamContext)}.{nameof(CancelConnectionClosedToken)}."); 438QuicLog.StreamAbortedWrite(_log, this, ex.ApplicationErrorCode.GetValueOrDefault()); 448QuicLog.StreamTimeoutWrite(_log, this); 464QuicLog.StreamError(_log, this, unexpectedError); 505QuicLog.StreamAbort(_log, this, resolvedErrorCode, abortReason.Message); 529QuicLog.StreamShutdownWrite(_log, this, _shutdownReason.Message); 540_log.LogWarning(ex, "Stream failed to gracefully shutdown.");
Internal\QuicStreamContext.FeatureCollection.cs (2)
70QuicLog.StreamAbortRead(_log, this, errorCode, abortReason.Message); 92QuicLog.StreamAbortWrite(_log, this, errorCode, abortReason.Message);