26 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (26)
Internal\Http\Http1Connection.cs (3)
125Log.ApplicationAbortedConnection(ConnectionId, TraceIdentifier); 163Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond); 867Log.PossibleInvalidHttpVersionDetected(ConnectionId, Http.HttpVersion.Http11, Http.HttpVersion.Http2);
Internal\Http\HttpProtocol.cs (16)
487Log.ApplicationError(ConnectionId, TraceIdentifier, ex); 594Log.RequestProcessingError(ConnectionId, ex); 599Log.RequestProcessingError(ConnectionId, ex); 603Log.RequestProcessingError(ConnectionId, ex); 607Log.LogWarning(0, ex, CoreStrings.RequestProcessingEndError); 620Log.LogWarning(0, ex, CoreStrings.ConnectionShutdownError); 717Log.RequestAborted(ConnectionId, TraceIdentifier); 861protocol.Log.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex); 1095Log.ConnectionKeepAlive(ConnectionId); 1100Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1116Log.ConnectionKeepAlive(ConnectionId); 1121Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1148Log.InvalidResponseHeaderRemoved(); 1407Log.IsEnabled(LogLevel.Information) 1413Log.ConnectionBadRequest(ConnectionId, ex); 1463Log.ApplicationError(ConnectionId, TraceIdentifier, ex);
Internal\Http2\Http2Stream.cs (2)
158Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 605Log.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (5)
175Log.Http3StreamAbort(TraceIdentifier, errorCode, abortReason); 546Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 625Log.Http3FrameReceived(ConnectionId, _streamIdFeature.StreamId, _incomingFrame); 669Log.LogWarning(0, ex, "Stream threw an unexpected exception."); 799Log.QPackDecodingError(ConnectionId, StreamId, ex);