1 write to _logger
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
48_logger = logger;
35 references to _logger
Microsoft.AspNetCore.SignalR.Core (35)
Internal\DefaultHubDispatcher.cs (35)
96activity = StartActivity(SignalRServerActivitySource.OnConnected, ActivityKind.Internal, linkedActivity: null, scope.ServiceProvider, nameof(hub.OnConnectedAsync), headers: null, _logger, connection); 132activity = StartActivity(SignalRServerActivitySource.OnDisconnected, ActivityKind.Internal, linkedActivity: null, scope.ServiceProvider, nameof(hub.OnDisconnectedAsync), headers: null, _logger, connection); 179activity = StartActivity(SignalRServerActivitySource.OnAuthenticationRefreshed, ActivityKind.Internal, linkedActivity: null, scope.ServiceProvider, nameof(hub.OnAuthenticationRefreshedAsync), headers: null, _logger, connection); 187Log.FailedInvokingHubMethod(_logger, nameof(Hub.OnAuthenticationRefreshedAsync), ex); 208Log.DroppingMessage(_logger, hubMessage.GetType().Name, (hubMessage as HubInvocationMessage)?.InvocationId ?? "(null)"); 221Log.ReceivedHubInvocation(_logger, invocationMessage); 225Log.ReceivedStreamHubInvocation(_logger, streamInvocationMessage); 233Log.CancelInvocation(_logger, cancelInvocationMessage.InvocationId!); 239Log.UnexpectedCancelWithId(_logger, cancelInvocationMessage.InvocationId!); 255Log.CompletingStream(_logger, completionMessage); 264Log.UnexpectedCompletion(_logger, completionMessage.InvocationId!); 269Log.ReceivedAckMessage(_logger, ackMessage.SequenceId); 273Log.ReceivedSequenceMessage(_logger, sequenceMessage.SequenceId); 283Log.UnsupportedMessageReceived(_logger, hubMessage.GetType().FullName!); 292Log.InvalidHubParameters(_logger, bindingFailureMessage.Target, bindingFailureMessage.BindingFailure.SourceException); 306Log.ClosingStreamWithBindingError(_logger, message); 319Log.UnexpectedStreamItem(_logger); 323Log.ReceivedStreamItem(_logger, message); 332Log.UnknownHubMethod(_logger, hubMethodInvocationMessage.Target); 382Log.HubMethodNotAuthorized(_logger, hubMethodInvocationMessage.Target); 400Log.InvalidHubParameters(_logger, hubMethodInvocationMessage.Target, ex); 446var logger = dispatcher._logger; 543Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 549Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 603var activity = StartActivity(SignalRServerActivitySource.InvocationIn, ActivityKind.Server, connection.OriginalActivity, scope.ServiceProvider, hubMethodInvocationMessage.Target, hubMethodInvocationMessage.Headers, _logger, connection); 610Log.InvocationIdInUse(_logger, invocationId); 625Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 632Log.InvalidReturnValueFromStreamingMethod(_logger, descriptor.MethodExecutor.MethodInfo.Name); 638Log.StreamingResult(_logger, invocationId, descriptor.MethodExecutor); 654Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, exception); 664Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, ex); 802Log.StreamingMethodCalledWithInvoke(_logger, hubMethodInvocationMessage); 812Log.NonStreamingMethodCalledWithStream(_logger, hubMethodInvocationMessage); 849Log.StartingParameterStream(_logger, hubMethodInvocationMessage.StreamIds![streamPointer]); 920Log.HubMethodBound(_logger, hubName, methodName);