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)
15
Http3Log.Http3ConnectionError(
_http3Logger
, connectionId, ex);
20
Http3Log.Http3ConnectionClosing(
_http3Logger
, connectionId);
25
Http3Log.Http3ConnectionClosed(
_http3Logger
, connectionId, highestOpenedStreamId);
30
if (
_http3Logger
.IsEnabled(LogLevel.Debug))
32
Http3Log.Http3StreamAbort(
_http3Logger
, traceIdentifier, Http3Formatting.ToFormattedErrorCode(error), abortReason);
38
if (
_http3Logger
.IsEnabled(LogLevel.Trace))
40
Http3Log.Http3FrameReceived(
_http3Logger
, connectionId, Http3Formatting.ToFormattedType(frame.Type), streamId, frame.Length);
46
if (
_http3Logger
.IsEnabled(LogLevel.Trace))
48
Http3Log.Http3FrameSending(
_http3Logger
, connectionId, Http3Formatting.ToFormattedType(frame.Type), streamId, frame.Length);
54
Http3Log.Http3OutboundControlStreamError(
_http3Logger
, connectionId, ex);
59
Http3Log.QPackDecodingError(
_http3Logger
, connectionId, streamId, ex);
64
Http3Log.QPackEncodingError(
_http3Logger
, connectionId, streamId, ex);
69
Http3Log.Http3GoAwayStreamId(
_http3Logger
, connectionId, goAwayStreamId);