24 references to Log
Microsoft.AspNetCore.Http.Connections (24)
Internal\HttpConnectionContext.cs (4)
585
HttpConnectionDispatcher.
Log
.EstablishedConnection(dispatcherLogger);
605
HttpConnectionDispatcher.
Log
.ResumingConnection(dispatcherLogger);
641
HttpConnectionDispatcher.
Log
.ConnectionAlreadyActive(dispatcherLogger, ConnectionId, HttpContext!.TraceIdentifier);
651
HttpConnectionDispatcher.
Log
.ConnectionDisposed(dispatcherLogger, ConnectionId);
Internal\HttpConnectionDispatcher.cs (20)
292
Log
.AuthenticationRefreshRejectedByCallback(_logger, connection.ConnectionId);
378
Log
.EstablishedConnection(_logger);
404
Log
.EstablishedConnection(_logger);
483
Log
.NotifyOnReconnectError(_logger, ex);
578
Log
.InvalidNegotiateProtocolVersion(_logger, queryStringVersionValue);
583
Log
.NegotiateProtocolVersionMismatch(_logger, clientProtocolVersion);
594
Log
.NegotiateProtocolVersionMismatch(_logger, 0);
624
Log
.NegotiationRequest(_logger);
709
Log
.PostNotAllowedForWebSockets(_logger);
728
Log
.ConnectionDisposed(_logger, connection.ConnectionId);
747
Log
.ConnectionDisposedWhileWriteInProgress(_logger, connection.ConnectionId, ex);
756
Log
.ConnectionDisposed(_logger, connection.ConnectionId);
773
Log
.FailedToReadHttpRequestBody(_logger, connection.ConnectionId, ex);
780
Log
.ReceivedBytes(_logger, connection.ApplicationStream.Length);
806
Log
.ReceivedDeleteRequestForUnsupportedTransport(_logger, connection.TransportType);
818
Log
.TerminatingConnection(_logger);
833
Log
.TransportNotSupported(_logger, transportType);
844
Log
.ConnectionAlreadyActive(_logger, connection.ConnectionId, context.TraceIdentifier);
854
Log
.CannotChangeTransport(_logger, connection.TransportType, transportType);
1188
Log
.UserNameChangedRejected(_logger, originalIdentity?.Value, newIdentity?.Value);