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); 381Log.HubMethodNotAuthorized(_logger, hubMethodInvocationMessage.Target); 399Log.InvalidHubParameters(_logger, hubMethodInvocationMessage.Target, ex); 444var logger = dispatcher._logger; 541Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 547Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 600var activity = StartActivity(SignalRServerActivitySource.InvocationIn, ActivityKind.Server, connection.OriginalActivity, scope.ServiceProvider, hubMethodInvocationMessage.Target, hubMethodInvocationMessage.Headers, _logger, connection); 607Log.InvocationIdInUse(_logger, invocationId); 622Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 629Log.InvalidReturnValueFromStreamingMethod(_logger, descriptor.MethodExecutor.MethodInfo.Name); 635Log.StreamingResult(_logger, invocationId, descriptor.MethodExecutor); 651Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, exception); 661Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, ex); 796Log.StreamingMethodCalledWithInvoke(_logger, hubMethodInvocationMessage); 806Log.NonStreamingMethodCalledWithStream(_logger, hubMethodInvocationMessage); 839Log.StartingParameterStream(_logger, hubMethodInvocationMessage.StreamIds![streamPointer]); 900Log.HubMethodBound(_logger, hubName, methodName);