26 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (26)
Internal\Http\Http1Connection.cs (3)
125
Log
.ApplicationAbortedConnection(ConnectionId, TraceIdentifier);
163
Log
.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond);
867
Log
.PossibleInvalidHttpVersionDetected(ConnectionId, Http.HttpVersion.Http11, Http.HttpVersion.Http2);
Internal\Http\HttpProtocol.cs (16)
486
Log
.ApplicationError(ConnectionId, TraceIdentifier, ex);
593
Log
.RequestProcessingError(ConnectionId, ex);
598
Log
.RequestProcessingError(ConnectionId, ex);
602
Log
.RequestProcessingError(ConnectionId, ex);
606
Log
.LogWarning(0, ex, CoreStrings.RequestProcessingEndError);
619
Log
.LogWarning(0, ex, CoreStrings.ConnectionShutdownError);
716
Log
.RequestAborted(ConnectionId, TraceIdentifier);
860
protocol.
Log
.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex);
1094
Log
.ConnectionKeepAlive(ConnectionId);
1099
Log
.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten);
1115
Log
.ConnectionKeepAlive(ConnectionId);
1120
Log
.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten);
1147
Log
.InvalidResponseHeaderRemoved();
1406
Log
.IsEnabled(LogLevel.Information)
1412
Log
.ConnectionBadRequest(ConnectionId, ex);
1462
Log
.ApplicationError(ConnectionId, TraceIdentifier, ex);
Internal\Http2\Http2Stream.cs (2)
157
Log
.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
604
Log
.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (5)
188
Log
.Http3StreamAbort(TraceIdentifier, errorCode, abortReason);
559
Log
.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
645
Log
.Http3FrameReceived(ConnectionId, _streamIdFeature.StreamId, incomingFrame);
693
Log
.LogWarning(0, ex, "Stream threw an unexpected exception.");
835
Log
.QPackDecodingError(ConnectionId, StreamId, ex);