32 references to DefaultHubDispatcherLog
Microsoft.AspNetCore.SignalR.Core (32)
Internal\DefaultHubDispatcher.cs (32)
17using Log = Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcherLog;
163Log.DroppingMessage(_logger, hubMessage.GetType().Name, (hubMessage as HubInvocationMessage)?.InvocationId ?? "(null)");
176Log.ReceivedHubInvocation(_logger, invocationMessage);
180Log.ReceivedStreamHubInvocation(_logger, streamInvocationMessage);
188Log.CancelStream(_logger, cancelInvocationMessage.InvocationId!);
194Log.UnexpectedCancel(_logger);
210Log.CompletingStream(_logger, completionMessage);
219Log.UnexpectedCompletion(_logger, completionMessage.InvocationId!);
224Log.ReceivedAckMessage(_logger, ackMessage.SequenceId);
228Log.ReceivedSequenceMessage(_logger, sequenceMessage.SequenceId);
238Log.UnsupportedMessageReceived(_logger, hubMessage.GetType().FullName!);
247Log.InvalidHubParameters(_logger, bindingFailureMessage.Target, bindingFailureMessage.BindingFailure.SourceException);
261Log.ClosingStreamWithBindingError(_logger, message);
274Log.UnexpectedStreamItem(_logger);
278Log.ReceivedStreamItem(_logger, message);
287Log.UnknownHubMethod(_logger, hubMethodInvocationMessage.Target);
335Log.HubMethodNotAuthorized(_logger, hubMethodInvocationMessage.Target);
353Log.InvalidHubParameters(_logger, hubMethodInvocationMessage.Target, ex);
413Log.SendingResult(logger, hubMethodInvocationMessage.InvocationId, methodExecutor);
419Log.FailedInvokingHubMethod(logger, hubMethodInvocationMessage.Target, ex);
466Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex);
472Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex);
531Log.InvocationIdInUse(_logger, invocationId);
545Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex);
552Log.InvalidReturnValueFromStreamingMethod(_logger, descriptor.MethodExecutor.MethodInfo.Name);
558Log.StreamingResult(_logger, invocationId, descriptor.MethodExecutor);
574Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, exception);
584Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, ex);
698Log.StreamingMethodCalledWithInvoke(_logger, hubMethodInvocationMessage);
708Log.NonStreamingMethodCalledWithStream(_logger, hubMethodInvocationMessage);
750Log.StartingParameterStream(_logger, hubMethodInvocationMessage.StreamIds![streamPointer]);
804Log.HubMethodBound(_logger, hubName, methodName);