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