6 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1MessageBody.cs (2)
84Log.RequestBodyNotEntirelyRead(_context.ConnectionIdFeature, _context.TraceIdentifier); 103Log.RequestBodyDrainTimedOut(_context.ConnectionIdFeature, _context.TraceIdentifier);
Internal\Http\MessageBody.cs (4)
133if (Log.IsEnabled(LogLevel.Debug)) 135Log.RequestBodyStart(_context.ConnectionIdFeature, _context.TraceIdentifier); 161if (Log.IsEnabled(LogLevel.Debug)) 163Log.RequestBodyDone(_context.ConnectionIdFeature, _context.TraceIdentifier);