1 write to _http3Logger
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelTrace.cs (1)
22_http3Logger = loggerFactory.CreateLogger("Microsoft.AspNetCore.Server.Kestrel.Http3");
13 references to _http3Logger
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Infrastructure\KestrelTrace.Http3.cs (13)
15Http3Log.Http3ConnectionError(_http3Logger, connectionId, ex); 20Http3Log.Http3ConnectionClosing(_http3Logger, connectionId); 25Http3Log.Http3ConnectionClosed(_http3Logger, connectionId, highestOpenedStreamId); 30if (_http3Logger.IsEnabled(LogLevel.Debug)) 32Http3Log.Http3StreamAbort(_http3Logger, traceIdentifier, Http3Formatting.ToFormattedErrorCode(error), abortReason); 38if (_http3Logger.IsEnabled(LogLevel.Trace)) 40Http3Log.Http3FrameReceived(_http3Logger, connectionId, Http3Formatting.ToFormattedType(frame.Type), streamId, frame.Length); 46if (_http3Logger.IsEnabled(LogLevel.Trace)) 48Http3Log.Http3FrameSending(_http3Logger, connectionId, Http3Formatting.ToFormattedType(frame.Type), streamId, frame.Length); 54Http3Log.Http3OutboundControlStreamError(_http3Logger, connectionId, ex); 59Http3Log.QPackDecodingError(_http3Logger, connectionId, streamId, ex); 64Http3Log.QPackEncodingError(_http3Logger, connectionId, streamId, ex); 69Http3Log.Http3GoAwayStreamId(_http3Logger, connectionId, goAwayStreamId);