29 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (29)
Internal\Http\Http1Connection.cs (6)
85_showErrorDetails = Log.IsEnabled(LogLevel.Information); 156Log.ApplicationAbortedConnection(ConnectionId, TraceIdentifier); 194Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond); 412Log.Http1ChunkedExtension(ConnectionId, rejected); 433Log.Http1BareLineFeedTerminator(ConnectionId, httpVersion, rejected); 1122Log.PossibleInvalidHttpVersionDetected(ConnectionId, Http.HttpVersion.Http11, Http.HttpVersion.Http2);
Internal\Http\HttpProtocol.cs (16)
504Log.ApplicationError(ConnectionId, TraceIdentifier, ex); 611Log.RequestProcessingError(ConnectionId, ex); 616Log.RequestProcessingError(ConnectionId, ex); 620Log.RequestProcessingError(ConnectionId, ex); 624Log.LogWarning(0, ex, CoreStrings.RequestProcessingEndError); 637Log.LogWarning(0, ex, CoreStrings.ConnectionShutdownError); 736Log.RequestAborted(ConnectionId, TraceIdentifier); 880protocol.Log.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex); 1114Log.ConnectionKeepAlive(ConnectionId); 1119Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1135Log.ConnectionKeepAlive(ConnectionId); 1140Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1167Log.InvalidResponseHeaderRemoved(); 1435Log.IsEnabled(LogLevel.Information) 1441Log.ConnectionBadRequest(ConnectionId, ex); 1491Log.ApplicationError(ConnectionId, TraceIdentifier, ex);
Internal\Http2\Http2Stream.cs (2)
157Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 614Log.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (5)
216Log.Http3StreamAbort(TraceIdentifier, errorCode, abortReason); 615Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 701Log.Http3FrameReceived(ConnectionId, _streamIdFeature.StreamId, incomingFrame); 749Log.LogWarning(0, ex, "Stream threw an unexpected exception."); 898Log.QPackDecodingError(ConnectionId, StreamId, ex);