12 references to HubConnectionHandlerLog
Microsoft.AspNetCore.SignalR.Core (12)
HubConnectionHandler.cs (12)
16using Log = Microsoft.AspNetCore.SignalR.HubConnectionHandlerLog; 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);