1 write to _http2Logger
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelTrace.cs (1)
21
_http2Logger
= loggerFactory.CreateLogger("Microsoft.AspNetCore.Server.Kestrel.Http2");
19 references to _http2Logger
Microsoft.AspNetCore.Server.Kestrel.Core (19)
Internal\Infrastructure\KestrelTrace.Http2.cs (19)
14
Http2Log.Http2ConnectionError(
_http2Logger
, connectionId, ex);
19
Http2Log.Http2StreamError(
_http2Logger
, connectionId, ex);
24
Http2Log.HPackDecodingError(
_http2Logger
, connectionId, streamId, ex);
29
Http2Log.Http2StreamResetAbort(
_http2Logger
, traceIdentifier, error, abortReason);
34
Http2Log.Http2ConnectionClosing(
_http2Logger
, connectionId);
39
if (
_http2Logger
.IsEnabled(LogLevel.Trace))
41
Http2Log.Http2FrameReceived(
_http2Logger
, connectionId, frame.Type, frame.StreamId, frame.PayloadLength, frame.ShowFlags());
47
Http2Log.HPackEncodingError(
_http2Logger
, connectionId, streamId, ex);
52
Http2Log.Http2MaxConcurrentStreamsReached(
_http2Logger
, connectionId);
57
Http2Log.Http2ConnectionClosed(
_http2Logger
, connectionId, highestOpenedStreamId);
62
if (
_http2Logger
.IsEnabled(LogLevel.Trace))
64
Http2Log.Http2FrameSending(
_http2Logger
, connectionId, frame.Type, frame.StreamId, frame.PayloadLength, frame.ShowFlags());
70
Http2Log.Http2QueueOperationsExceeded(
_http2Logger
, connectionId, ex);
75
Http2Log.Http2UnexpectedDataRemaining(
_http2Logger
, streamId, connectionId);
80
Http2Log.Http2ConnectionQueueProcessingCompleted(
_http2Logger
, connectionId);
85
Http2Log.Http2UnexpectedConnectionQueueError(
_http2Logger
, connectionId, ex);
90
Http2Log.Http2TooManyEnhanceYourCalms(
_http2Logger
, connectionId, count);
95
Http2Log.Http2FlowControlQueueOperationsExceeded(
_http2Logger
, connectionId, count);
100
Http2Log.Http2FlowControlQueueMaximumTooLow(
_http2Logger
, connectionId, expected, actual);