23 references to Log
Microsoft.AspNetCore.Http.Connections (23)
Internal\HttpConnectionContext.cs (4)
458HttpConnectionDispatcher.Log.EstablishedConnection(dispatcherLogger); 478HttpConnectionDispatcher.Log.ResumingConnection(dispatcherLogger); 514HttpConnectionDispatcher.Log.ConnectionAlreadyActive(dispatcherLogger, ConnectionId, HttpContext!.TraceIdentifier); 524HttpConnectionDispatcher.Log.ConnectionDisposed(dispatcherLogger, ConnectionId);
Internal\HttpConnectionDispatcher.cs (19)
149Log.EstablishedConnection(_logger); 175Log.EstablishedConnection(_logger); 254Log.NotifyOnReconnectError(_logger, ex); 349Log.InvalidNegotiateProtocolVersion(_logger, queryStringVersionValue); 354Log.NegotiateProtocolVersionMismatch(_logger, clientProtocolVersion); 365Log.NegotiateProtocolVersionMismatch(_logger, 0); 395Log.NegotiationRequest(_logger); 463Log.PostNotAllowedForWebSockets(_logger); 477Log.ConnectionDisposed(_logger, connection.ConnectionId); 496Log.ConnectionDisposedWhileWriteInProgress(_logger, connection.ConnectionId, ex); 505Log.ConnectionDisposed(_logger, connection.ConnectionId); 522Log.FailedToReadHttpRequestBody(_logger, connection.ConnectionId, ex); 529Log.ReceivedBytes(_logger, connection.ApplicationStream.Length); 555Log.ReceivedDeleteRequestForUnsupportedTransport(_logger, connection.TransportType); 562Log.TerminatingConnection(_logger); 577Log.TransportNotSupported(_logger, transportType); 588Log.ConnectionAlreadyActive(_logger, connection.ConnectionId, context.TraceIdentifier); 598Log.CannotChangeTransport(_logger, connection.TransportType, transportType); 651Log.UserNameChanged(_logger, originalName, newName);