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);
382Log.HubMethodNotAuthorized(_logger, hubMethodInvocationMessage.Target);
400Log.InvalidHubParameters(_logger, hubMethodInvocationMessage.Target, ex);
466Log.InvocationIdInUse(logger, hubMethodInvocationMessage.InvocationId);
480Log.SendingResult(logger, hubMethodInvocationMessage.InvocationId, methodExecutor);
486Log.FailedInvokingHubMethod(logger, hubMethodInvocationMessage.Target, ex);
543Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex);
549Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex);
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);