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);
110
QuicLog.ConnectionListenerCertificateNotSpecified(
_log
);
114
QuicLog.ConnectionListenerApplicationProtocolsNotSpecified(
_log
);
122
QuicLog.ConnectionListenerStarting(
_log
, _quicListenerOptions.ListenEndPoint);
172
QuicLog.AcceptedConnection(
_log
, connectionContext);
179
QuicLog.ConnectionListenerAborted(
_log
, ex);
185
QuicLog.ConnectionListenerAborted(
_log
, ex);
193
QuicLog.ConnectionListenerAcceptConnectionFailed(
_log
, ex);