1 write to _logger
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
65
_logger
= loggerFactory.CreateLogger<HubConnectionHandler<THub>>();
8 references to _logger
Microsoft.AspNetCore.SignalR.Core (8)
HubConnectionHandler.cs (8)
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);