1 write to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
Connection\DirectTlsConnection.cs (1)
66
_logger
= logger;
4 references to _logger
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
Connection\DirectTlsConnection.cs (4)
199
_logger
.LogDebug(ex, "Failed to dispose half-open connection backend for fd={Fd}", _connectionState.Fd);
399
_logger
.LogDebug(ex, "TLS fatal error for fd={Fd}, aborting connection", _connectionState.Fd);
416
_logger
.LogError(0, ex, $"Unexpected exception in {nameof(DirectTlsConnection)}.{nameof(CancelConnectionClosedToken)}.");
464
_logger
.LogDebug(ex, "TLS shutdown failed for fd={Fd}", _connectionState.Fd);