10 references to Http3Log
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Infrastructure\KestrelTrace.Http3.cs (10)
15Http3Log.Http3ConnectionError(_http3Logger, connectionId, ex);
20Http3Log.Http3ConnectionClosing(_http3Logger, connectionId);
25Http3Log.Http3ConnectionClosed(_http3Logger, connectionId, highestOpenedStreamId);
32Http3Log.Http3StreamAbort(_http3Logger, traceIdentifier, Http3Formatting.ToFormattedErrorCode(error), abortReason);
40Http3Log.Http3FrameReceived(_http3Logger, connectionId, Http3Formatting.ToFormattedType(frame.Type), streamId, frame.Length);
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);