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)
148Log.EstablishedConnection(_logger); 174Log.EstablishedConnection(_logger); 253Log.NotifyOnReconnectError(_logger, ex); 348Log.InvalidNegotiateProtocolVersion(_logger, queryStringVersionValue); 353Log.NegotiateProtocolVersionMismatch(_logger, clientProtocolVersion); 364Log.NegotiateProtocolVersionMismatch(_logger, 0); 394Log.NegotiationRequest(_logger); 462Log.PostNotAllowedForWebSockets(_logger); 476Log.ConnectionDisposed(_logger, connection.ConnectionId); 495Log.ConnectionDisposedWhileWriteInProgress(_logger, connection.ConnectionId, ex); 504Log.ConnectionDisposed(_logger, connection.ConnectionId); 521Log.FailedToReadHttpRequestBody(_logger, connection.ConnectionId, ex); 528Log.ReceivedBytes(_logger, connection.ApplicationStream.Length); 554Log.ReceivedDeleteRequestForUnsupportedTransport(_logger, connection.TransportType); 561Log.TerminatingConnection(_logger); 576Log.TransportNotSupported(_logger, transportType); 587Log.ConnectionAlreadyActive(_logger, connection.ConnectionId, context.TraceIdentifier); 597Log.CannotChangeTransport(_logger, connection.TransportType, transportType); 646Log.UserNameChanged(_logger, originalName, newName);