7 references to HubConnectionHandlerLog
Microsoft.AspNetCore.SignalR.Core (7)
HubConnectionHandler.cs (7)
13using Log = Microsoft.AspNetCore.SignalR.HubConnectionHandlerLog; 132Log.ConnectedStarting(_logger); 156Log.ConnectedEnding(_logger); 169Log.ErrorDispatchingHubEvent(_logger, "OnConnectedAsync", ex); 189Log.ErrorProcessingRequest(_logger, ex); 234Log.ErrorDispatchingHubEvent(_logger, "OnDisconnectedAsync", ex); 259Log.ErrorSendingClose(_logger, ex);