26 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (26)
Internal\Http\Http1Connection.cs (3)
126
Log
.ApplicationAbortedConnection(ConnectionId, TraceIdentifier);
164
Log
.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond);
860
Log
.PossibleInvalidHttpVersionDetected(ConnectionId, Http.HttpVersion.Http11, Http.HttpVersion.Http2);
Internal\Http\HttpProtocol.cs (16)
489
Log
.ApplicationError(ConnectionId, TraceIdentifier, ex);
596
Log
.RequestProcessingError(ConnectionId, ex);
601
Log
.RequestProcessingError(ConnectionId, ex);
605
Log
.RequestProcessingError(ConnectionId, ex);
609
Log
.LogWarning(0, ex, CoreStrings.RequestProcessingEndError);
622
Log
.LogWarning(0, ex, CoreStrings.ConnectionShutdownError);
711
Log
.RequestAborted(ConnectionId, TraceIdentifier);
855
protocol.
Log
.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex);
1089
Log
.ConnectionKeepAlive(ConnectionId);
1094
Log
.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten);
1110
Log
.ConnectionKeepAlive(ConnectionId);
1115
Log
.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten);
1142
Log
.InvalidResponseHeaderRemoved();
1398
Log
.IsEnabled(LogLevel.Information)
1404
Log
.ConnectionBadRequest(ConnectionId, ex);
1454
Log
.ApplicationError(ConnectionId, TraceIdentifier, ex);
Internal\Http2\Http2Stream.cs (2)
158
Log
.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
605
Log
.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (5)
175
Log
.Http3StreamAbort(TraceIdentifier, errorCode, abortReason);
546
Log
.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
625
Log
.Http3FrameReceived(ConnectionId, _streamIdFeature.StreamId, _incomingFrame);
669
Log
.LogWarning(0, ex, "Stream threw an unexpected exception.");
799
Log
.QPackDecodingError(ConnectionId, StreamId, ex);