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