27 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (27)
Internal\Http\Http1Connection.cs (4)
77_showErrorDetails = Log.IsEnabled(LogLevel.Information); 148Log.ApplicationAbortedConnection(ConnectionId, TraceIdentifier); 186Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond); 1037Log.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); 734Log.RequestAborted(ConnectionId, TraceIdentifier); 878protocol.Log.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex); 1112Log.ConnectionKeepAlive(ConnectionId); 1117Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1133Log.ConnectionKeepAlive(ConnectionId); 1138Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1165Log.InvalidResponseHeaderRemoved(); 1424Log.IsEnabled(LogLevel.Information) 1430Log.ConnectionBadRequest(ConnectionId, ex); 1480Log.ApplicationError(ConnectionId, TraceIdentifier, ex);
Internal\Http2\Http2Stream.cs (2)
157Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 604Log.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (5)
188Log.Http3StreamAbort(TraceIdentifier, errorCode, abortReason); 559Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 645Log.Http3FrameReceived(ConnectionId, _streamIdFeature.StreamId, incomingFrame); 693Log.LogWarning(0, ex, "Stream threw an unexpected exception."); 835Log.QPackDecodingError(ConnectionId, StreamId, ex);