1 write to Log
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
97Log = trace,
17 references to Log
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\ConnectionDispatcher.cs (1)
24private KestrelTrace Log => _serviceContext.Log;
Internal\Http\Http1Connection.cs (1)
62_context.ServiceContext.Log,
Internal\Http\HttpProtocol.cs (1)
101protected KestrelTrace Log => ServiceContext.Log;
Internal\Http\MessageBody.cs (1)
46protected KestrelTrace Log => _context.ServiceContext.Log;
Internal\Http2\Http2Connection.cs (1)
192public KestrelTrace Log => _context.ServiceContext.Log;
Internal\Http2\Http2FrameWriter.cs (2)
104_log = serviceContext.Log; 107_flusher = new TimingPipeFlusher(timeoutControl, serviceContext.Log);
Internal\Http2\Http2OutputProducer.cs (1)
58_log = context.ServiceContext.Log;
Internal\Http3\Http3Connection.cs (1)
94private KestrelTrace Log => _context.ServiceContext.Log;
Internal\Http3\Http3ControlStream.cs (2)
57context.ServiceContext.Log, 70public KestrelTrace Log => _context.ServiceContext.Log;
Internal\Http3\Http3Stream.cs (2)
113context.ServiceContext.Log, 122context.ServiceContext.Log);
Internal\HttpConnection.cs (1)
44private KestrelTrace Log => _context.ServiceContext.Log;
Internal\Infrastructure\TransportManager.cs (1)
34private KestrelTrace Trace => _serviceContext.Log;
Internal\KestrelServerImpl.cs (1)
116private KestrelTrace Trace => ServiceContext.Log;
Internal\WebTransport\WebTransportStream.cs (1)
50_log = context.ServiceContext.Log;