25 references to QuicLog
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (25)
Internal\QuicConnectionContext.cs (6)
87
QuicLog
.ConnectionAbort(_log, this, resolvedErrorCode, abortReason.Message);
122
QuicLog
.StreamReused(_log, context);
127
QuicLog
.AcceptedStream(_log, context);
135
QuicLog
.ConnectionAborted(_log, this, ex.ApplicationErrorCode.GetValueOrDefault(), ex);
237
QuicLog
.ConnectedStream(_log, context);
274
QuicLog
.StreamPooled(_log, stream);
Internal\QuicConnectionListener.cs (7)
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);
Internal\QuicStreamContext.cs (10)
256
QuicLog
.StreamPause(_log, this);
263
QuicLog
.StreamResume(_log, this);
277
QuicLog
.StreamAbortedRead(_log, this, ex.ApplicationErrorCode.GetValueOrDefault());
287
QuicLog
.StreamTimeoutRead(_log, this);
301
QuicLog
.StreamError(_log, this, error);
438
QuicLog
.StreamAbortedWrite(_log, this, ex.ApplicationErrorCode.GetValueOrDefault());
448
QuicLog
.StreamTimeoutWrite(_log, this);
464
QuicLog
.StreamError(_log, this, unexpectedError);
505
QuicLog
.StreamAbort(_log, this, resolvedErrorCode, abortReason.Message);
529
QuicLog
.StreamShutdownWrite(_log, this, _shutdownReason.Message);
Internal\QuicStreamContext.FeatureCollection.cs (2)
70
QuicLog
.StreamAbortRead(_log, this, errorCode, abortReason.Message);
92
QuicLog
.StreamAbortWrite(_log, this, errorCode, abortReason.Message);