1 write to _log
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
104_log = serviceContext.Log;
10 references to _log
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http2\Http2FrameWriter.cs (10)
122_log.Http2FlowControlQueueMaximumTooLow(_connectionContext.ConnectionId, maxStreamsPerConnection, _maximumFlowControlQueueSize); 151_log.Http2QueueOperationsExceeded(_connectionId, ex); 253_log.Http2UnexpectedDataRemaining(stream.StreamId, _connectionId); 311_log.Http2UnexpectedConnectionQueueError(_connectionId, ex); 316_log.Http2ConnectionQueueProcessingCompleted(_connectionId); 322_log.Http2ConnectionError(_connectionId, connectionError); 496_log.HPackEncodingError(_connectionId, streamId, ex); 537_log.HPackEncodingError(_connectionId, streamId, ex); 879_log.Http2FrameSending(_connectionId, _outgoingFrame); 993_log.Http2FlowControlQueueOperationsExceeded(_connectionId, _maximumFlowControlQueueSize);