1 write to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
51_logger = logger;
15 references to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (15)
Internal\SocketConnection.cs (15)
88_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 122_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 167SocketsLog.ConnectionReadFin(_logger, this); 179SocketsLog.ConnectionPause(_logger, this); 186SocketsLog.ConnectionResume(_logger, this); 215SocketsLog.ConnectionReset(_logger, this); 225SocketsLog.ConnectionError(_logger, this, error); 232SocketsLog.ConnectionError(_logger, this, error); 246SocketsLog.ConnectionError(_logger, this, error); 253SocketsLog.ConnectionError(_logger, this, error); 294SocketsLog.ConnectionReset(_logger, this); 332SocketsLog.ConnectionError(_logger, this, unexpectedError); 387SocketsLog.ConnectionWriteRst(_logger, this, shutdownReason.Message); 394SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message); 417_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(CancelConnectionClosedToken)}.");