2 writes to TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
360
TraceIdentifier
= null!;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
189
set =>
TraceIdentifier
= value;
20 references to TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (20)
Internal\Http\Http1Connection.cs (2)
126
Log.ApplicationAbortedConnection(ConnectionId,
TraceIdentifier
);
164
Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId,
TraceIdentifier
, MinRequestBodyDataRate.BytesPerSecond);
Internal\Http\Http1MessageBody.cs (4)
72
Log.RequestBodyDrainBodyReaderInvalidState(_context.ConnectionIdFeature, _context.
TraceIdentifier
, ex);
84
Log.RequestBodyNotEntirelyRead(_context.ConnectionIdFeature, _context.
TraceIdentifier
);
103
Log.RequestBodyDrainTimedOut(_context.ConnectionIdFeature, _context.
TraceIdentifier
);
107
Log.RequestBodyDrainBodyReaderInvalidState(_context.ConnectionIdFeature, _context.
TraceIdentifier
, ex);
Internal\Http\HttpProtocol.cs (4)
489
Log.ApplicationError(ConnectionId,
TraceIdentifier
, ex);
711
Log.RequestAborted(ConnectionId,
TraceIdentifier
);
855
protocol.Log.ApplicationError(protocol.ConnectionId, protocol.
TraceIdentifier
, ex);
1454
Log.ApplicationError(ConnectionId,
TraceIdentifier
, ex);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
188
get =>
TraceIdentifier
;
Internal\Http\MessageBody.cs (2)
135
Log.RequestBodyStart(_context.ConnectionIdFeature, _context.
TraceIdentifier
);
163
Log.RequestBodyDone(_context.ConnectionIdFeature, _context.
TraceIdentifier
);
Internal\Http2\Http2Stream.cs (2)
158
Log.RequestBodyNotEntirelyRead(ConnectionIdFeature,
TraceIdentifier
);
605
Log.Http2StreamResetAbort(
TraceIdentifier
, error, abortReason);
Internal\Http3\Http3Stream.cs (2)
175
Log.Http3StreamAbort(
TraceIdentifier
, errorCode, abortReason);
546
Log.RequestBodyNotEntirelyRead(ConnectionIdFeature,
TraceIdentifier
);
Internal\HttpConnection.cs (1)
290
Log.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId, _http1Connection?.
TraceIdentifier
);
Internal\Infrastructure\KestrelEventSource.cs (2)
110
RequestStart(httpProtocol.ConnectionIdFeature, httpProtocol.
TraceIdentifier
, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText);
135
RequestStop(httpProtocol.ConnectionIdFeature, httpProtocol.
TraceIdentifier
, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText);