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)
137
Log.ConnectedStarting(
_logger
);
192
Log.ConnectedEnding(
_logger
);
214
Log.UserIdentifierChangeRejected(
_logger
, connection.UserIdentifier, newUserId);
219
Log.ErrorValidatingAuthenticationRefresh(
_logger
, ex);
341
Log.UserIdentifierChangedOnRefresh(
_logger
, connection.UserIdentifier, newUserId);
348
Log.ErrorResolvingRefreshedUserIdentifier(
_logger
, ex);
355
Log.ErrorApplyingAuthenticationRefresh(
_logger
, ex);
389
Log.ErrorDispatchingHubEvent(
_logger
, "OnConnectedAsync", ex);
409
Log.ErrorProcessingRequest(
_logger
, ex);
454
Log.ErrorDispatchingHubEvent(
_logger
, "OnDisconnectedAsync", ex);
479
Log.ErrorSendingClose(
_logger
, ex);