1 write to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
40
_log
= context.Log;
8 references to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (8)
Internal\QuicConnectionContext.cs (8)
67
_log
.LogWarning(ex, "Failed to gracefully shutdown connection.");
87
QuicLog.ConnectionAbort(
_log
, this, resolvedErrorCode, abortReason.Message);
122
QuicLog.StreamReused(
_log
, context);
127
QuicLog.AcceptedStream(
_log
, context);
135
QuicLog.ConnectionAborted(
_log
, this, ex.ApplicationErrorCode.GetValueOrDefault(), ex);
206
_log
.LogError(0, ex, $"Unexpected exception in {nameof(QuicConnectionContext)}.{nameof(CancelConnectionClosedToken)}.");
237
QuicLog.ConnectedStream(
_log
, context);
274
QuicLog.StreamPooled(
_log
, stream);