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);