8 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (8)
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\MessageBody.cs (4)
133
if (
Log
.IsEnabled(LogLevel.Debug))
135
Log
.RequestBodyStart(_context.ConnectionIdFeature, _context.TraceIdentifier);
161
if (
Log
.IsEnabled(LogLevel.Debug))
163
Log
.RequestBodyDone(_context.ConnectionIdFeature, _context.TraceIdentifier);