1 write to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
52_logger = logger;
15 references to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (15)
Internal\SocketConnection.cs (15)
89_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 123_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(Start)}."); 170SocketsLog.ConnectionReadFin(_logger, this); 182SocketsLog.ConnectionPause(_logger, this); 189SocketsLog.ConnectionResume(_logger, this); 218SocketsLog.ConnectionReset(_logger, this); 228SocketsLog.ConnectionError(_logger, this, error); 235SocketsLog.ConnectionError(_logger, this, error); 249SocketsLog.ConnectionError(_logger, this, error); 256SocketsLog.ConnectionError(_logger, this, error); 299SocketsLog.ConnectionReset(_logger, this); 337SocketsLog.ConnectionError(_logger, this, unexpectedError); 392SocketsLog.ConnectionWriteRst(_logger, this, shutdownReason.Message); 399SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message); 422_logger.LogError(0, ex, $"Unexpected exception in {nameof(SocketConnection)}.{nameof(CancelConnectionClosedToken)}.");