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."); 87QuicLog.ConnectionAbort(_log, this, resolvedErrorCode, abortReason.Message); 122QuicLog.StreamReused(_log, context); 127QuicLog.AcceptedStream(_log, context); 135QuicLog.ConnectionAborted(_log, this, ex.ApplicationErrorCode.GetValueOrDefault(), ex); 206_log.LogError(0, ex, $"Unexpected exception in {nameof(QuicConnectionContext)}.{nameof(CancelConnectionClosedToken)}."); 237QuicLog.ConnectedStream(_log, context); 274QuicLog.StreamPooled(_log, stream);