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