9 references to HubConnectionHandlerLog
Microsoft.AspNetCore.SignalR.Core (9)
HubConnectionHandler.cs (9)
15
using Log = Microsoft.AspNetCore.SignalR.
HubConnectionHandlerLog
;
134
Log
.ConnectedStarting(_logger);
176
Log
.ConnectedEnding(_logger);
197
Log
.UserIdentifierChangedOnRefresh(_logger, previousUserId, newUserId);
206
Log
.ErrorApplyingAuthenticationRefresh(_logger, ex);
240
Log
.ErrorDispatchingHubEvent(_logger, "OnConnectedAsync", ex);
260
Log
.ErrorProcessingRequest(_logger, ex);
305
Log
.ErrorDispatchingHubEvent(_logger, "OnDisconnectedAsync", ex);
330
Log
.ErrorSendingClose(_logger, ex);