34 references to DefaultHubDispatcherLog
Microsoft.AspNetCore.SignalR.Core (34)
Internal\DefaultHubDispatcher.cs (34)
17using Log = Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcherLog; 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); 464Log.InvocationIdInUse(logger, hubMethodInvocationMessage.InvocationId); 478Log.SendingResult(logger, hubMethodInvocationMessage.InvocationId, methodExecutor); 484Log.FailedInvokingHubMethod(logger, hubMethodInvocationMessage.Target, ex); 541Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 547Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 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);