14 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http3\Http3Connection.cs (14)
321Log.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId, stream.TraceIdentifier); 456Log.Http3StreamAbort(CoreStrings.FormatUnidentifiedStream(ex.StreamId), Http3ErrorCode.StreamCreationError, new(ex.Message)); 470Log.RequestProcessingError(_context.ConnectionId, ex); 483Log.RequestProcessingError(_context.ConnectionId, ex); 489Log.RequestProcessingError(_context.ConnectionId, ex); 495Log.Http3ConnectionError(_context.ConnectionId, ex); 567Log.Http3OutboundControlStreamError(ConnectionId, ex); 590Log.Http3ConnectionClosed(_context.ConnectionId, streamId); 716Log.Http3ConnectionClosing(_context.ConnectionId); 740Log.Http3OutboundControlStreamError(ConnectionId, ex); 743Log.Http3ConnectionError(ConnectionId, connectionError); 874Log.Http3ConnectionError(ConnectionId, ex); 907Log.ConnectionBadRequest(ConnectionId, KestrelBadHttpRequestException.GetException(RequestRejectionReason.RequestHeadersTimeout)); 915Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, null, Limits.MinRequestBodyDataRate.BytesPerSecond);