26 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (26)
Internal\Http\Http1Connection.cs (3)
123Log.ApplicationAbortedConnection(ConnectionId, TraceIdentifier); 151Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond); 781Log.PossibleInvalidHttpVersionDetected(ConnectionId, Http.HttpVersion.Http11, Http.HttpVersion.Http2);
Internal\Http\HttpProtocol.cs (16)
482Log.ApplicationError(ConnectionId, TraceIdentifier, ex); 589Log.RequestProcessingError(ConnectionId, ex); 594Log.RequestProcessingError(ConnectionId, ex); 598Log.RequestProcessingError(ConnectionId, ex); 602Log.LogWarning(0, ex, CoreStrings.RequestProcessingEndError); 615Log.LogWarning(0, ex, CoreStrings.ConnectionShutdownError); 704Log.RequestAborted(ConnectionId, TraceIdentifier); 848protocol.Log.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex); 1082Log.ConnectionKeepAlive(ConnectionId); 1087Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1103Log.ConnectionKeepAlive(ConnectionId); 1108Log.ConnectionHeadResponseBodyWrite(ConnectionId, _responseBytesWritten); 1135Log.InvalidResponseHeaderRemoved(); 1391Log.IsEnabled(LogLevel.Information) 1407Log.ConnectionBadRequest(ConnectionId, ex); 1452Log.ApplicationError(ConnectionId, TraceIdentifier, ex);
Internal\Http2\Http2Stream.cs (2)
146Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 593Log.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (5)
174Log.Http3StreamAbort(TraceIdentifier, errorCode, abortReason); 545Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 622Log.Http3FrameReceived(ConnectionId, _streamIdFeature.StreamId, _incomingFrame); 666Log.LogWarning(0, ex, "Stream threw an unexpected exception."); 796Log.QPackDecodingError(ConnectionId, StreamId, ex);