1 write to _logger
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
68_logger = loggerFactory.CreateLogger<HubConnectionHandler<THub>>();
11 references to _logger
Microsoft.AspNetCore.SignalR.Core (11)
HubConnectionHandler.cs (11)
137Log.ConnectedStarting(_logger); 192Log.ConnectedEnding(_logger); 214Log.UserIdentifierChangeRejected(_logger, connection.UserIdentifier, newUserId); 219Log.ErrorValidatingAuthenticationRefresh(_logger, ex); 341Log.UserIdentifierChangedOnRefresh(_logger, connection.UserIdentifier, newUserId); 348Log.ErrorResolvingRefreshedUserIdentifier(_logger, ex); 355Log.ErrorApplyingAuthenticationRefresh(_logger, ex); 389Log.ErrorDispatchingHubEvent(_logger, "OnConnectedAsync", ex); 409Log.ErrorProcessingRequest(_logger, ex); 454Log.ErrorDispatchingHubEvent(_logger, "OnDisconnectedAsync", ex); 479Log.ErrorSendingClose(_logger, ex);