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); 123QuicLog.StreamReused(_log, context); 128QuicLog.AcceptedStream(_log, context); 136QuicLog.ConnectionAborted(_log, this, ex.ApplicationErrorCode.GetValueOrDefault(), ex); 207_log.LogError(0, ex, $"Unexpected exception in {nameof(QuicConnectionContext)}.{nameof(CancelConnectionClosedToken)}."); 238QuicLog.ConnectedStream(_log, context); 275QuicLog.StreamPooled(_log, stream);