1 write to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
54_log = log;
8 references to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (8)
Internal\QuicConnectionListener.cs (8)
56_context = new QuicTransportContext(_log, options); 110QuicLog.ConnectionListenerCertificateNotSpecified(_log); 114QuicLog.ConnectionListenerApplicationProtocolsNotSpecified(_log); 122QuicLog.ConnectionListenerStarting(_log, _quicListenerOptions.ListenEndPoint); 172QuicLog.AcceptedConnection(_log, connectionContext); 179QuicLog.ConnectionListenerAborted(_log, ex); 185QuicLog.ConnectionListenerAborted(_log, ex); 193QuicLog.ConnectionListenerAcceptConnectionFailed(_log, ex);