1 write to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
50_logger = logger;
15 references to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (15)
Internal\SocketConnection.cs (15)
87_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 121_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 166SocketsLog.ConnectionReadFin(_logger, this); 178SocketsLog.ConnectionPause(_logger, this); 185SocketsLog.ConnectionResume(_logger, this); 214SocketsLog.ConnectionReset(_logger, this); 224SocketsLog.ConnectionError(_logger, this, error); 231SocketsLog.ConnectionError(_logger, this, error); 245SocketsLog.ConnectionError(_logger, this, error); 252SocketsLog.ConnectionError(_logger, this, error); 293SocketsLog.ConnectionReset(_logger, this); 331SocketsLog.ConnectionError(_logger, this, unexpectedError); 386SocketsLog.ConnectionWriteRst(_logger, this, shutdownReason.Message); 393SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message); 416_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(CancelConnectionClosedToken)}.");