1 write to _logger
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionManager.cs (1)
32_logger = loggerFactory.CreateLogger<HttpConnectionManager>();
10 references to _logger
Microsoft.AspNetCore.Http.Connections (10)
Internal\HttpConnectionManager.cs (10)
78Log.CreatedNewConnection(_logger, id); 104Log.RemovedConnection(_logger, id); 119Log.HeartBeatStarted(_logger); 133Log.ScanningConnectionsFailed(_logger, ex); 138Log.HeartBeatEnded(_logger); 157Log.ConnectionTimedOut(_logger, connection.ConnectionId); 178Log.AuthenticationExpired(_logger, connection.ConnectionId); 211Log.ConnectionReset(_logger, connection.ConnectionId, ex); 215Log.ConnectionReset(_logger, connection.ConnectionId, ex); 219Log.FailedDispose(_logger, connection.ConnectionId, ex);