25 references to Log
Microsoft.AspNetCore.Http.Connections (25)
Internal\HttpConnectionContext.cs (4)
828HttpConnectionDispatcher.Log.EstablishedConnection(dispatcherLogger); 848HttpConnectionDispatcher.Log.ResumingConnection(dispatcherLogger); 884HttpConnectionDispatcher.Log.ConnectionAlreadyActive(dispatcherLogger, ConnectionId, HttpContext!.TraceIdentifier); 894HttpConnectionDispatcher.Log.ConnectionDisposed(dispatcherLogger, ConnectionId);
Internal\HttpConnectionDispatcher.cs (21)
208Log.AuthenticationRefreshRejectedByCallback(_logger, connection.ConnectionId); 298Log.EstablishedConnection(_logger); 324Log.EstablishedConnection(_logger); 403Log.NotifyOnReconnectError(_logger, ex); 498Log.InvalidNegotiateProtocolVersion(_logger, queryStringVersionValue); 503Log.NegotiateProtocolVersionMismatch(_logger, clientProtocolVersion); 514Log.NegotiateProtocolVersionMismatch(_logger, 0); 544Log.NegotiationRequest(_logger); 629Log.PostNotAllowedForWebSockets(_logger); 648Log.ConnectionDisposed(_logger, connection.ConnectionId); 667Log.ConnectionDisposedWhileWriteInProgress(_logger, connection.ConnectionId, ex); 676Log.ConnectionDisposed(_logger, connection.ConnectionId); 693Log.FailedToReadHttpRequestBody(_logger, connection.ConnectionId, ex); 700Log.ReceivedBytes(_logger, connection.ApplicationStream.Length); 726Log.ReceivedDeleteRequestForUnsupportedTransport(_logger, connection.TransportType); 738Log.TerminatingConnection(_logger); 753Log.TransportNotSupported(_logger, transportType); 764Log.ConnectionAlreadyActive(_logger, connection.ConnectionId, context.TraceIdentifier); 774Log.CannotChangeTransport(_logger, connection.TransportType, transportType); 828Log.AuthenticationRefreshRejectedByCallback(_logger, connection.ConnectionId); 1092Log.UserNameChangedRejected(_logger, originalIdentity?.Value, newIdentity?.Value);