1 write to _logger
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
63_logger = loggerFactory.CreateLogger<HubConnectionHandler<THub>>();
6 references to _logger
Microsoft.AspNetCore.SignalR.Core (6)
HubConnectionHandler.cs (6)
132Log.ConnectedStarting(_logger); 156Log.ConnectedEnding(_logger); 169Log.ErrorDispatchingHubEvent(_logger, "OnConnectedAsync", ex); 189Log.ErrorProcessingRequest(_logger, ex); 234Log.ErrorDispatchingHubEvent(_logger, "OnDisconnectedAsync", ex); 259Log.ErrorSendingClose(_logger, ex);