1 write to _log
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
125
_log
= serviceContext.Log;
10 references to _log
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http2\Http2FrameWriter.cs (10)
142
_log
.Http2FlowControlQueueMaximumTooLow(_connectionContext.ConnectionId, maxStreamsPerConnection, _maximumFlowControlQueueSize);
171
_log
.Http2QueueOperationsExceeded(_connectionId, ex);
284
_log
.Http2UnexpectedDataRemaining(stream.StreamId, _connectionId);
342
_log
.Http2UnexpectedConnectionQueueError(_connectionId, ex);
347
_log
.Http2ConnectionQueueProcessingCompleted(_connectionId);
356
_log
.Http2ConnectionError(_connectionId, connectionError);
558
_log
.HPackEncodingError(_connectionId, streamId, ex);
599
_log
.HPackEncodingError(_connectionId, streamId, ex);
1011
_log
.Http2FrameSending(_connectionId, _outgoingFrame);
1130
_log
.Http2FlowControlQueueOperationsExceeded(_connectionId, _maximumFlowControlQueueSize);