32 references to DefaultHubDispatcherLog
Microsoft.AspNetCore.SignalR.Core (32)
Internal\DefaultHubDispatcher.cs (32)
15using Log = Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcherLog; 155Log.DroppingMessage(_logger, hubMessage.GetType().Name, (hubMessage as HubInvocationMessage)?.InvocationId ?? "(null)"); 168Log.ReceivedHubInvocation(_logger, invocationMessage); 172Log.ReceivedStreamHubInvocation(_logger, streamInvocationMessage); 180Log.CancelStream(_logger, cancelInvocationMessage.InvocationId!); 186Log.UnexpectedCancel(_logger); 202Log.CompletingStream(_logger, completionMessage); 211Log.UnexpectedCompletion(_logger, completionMessage.InvocationId!); 216Log.ReceivedAckMessage(_logger, ackMessage.SequenceId); 220Log.ReceivedSequenceMessage(_logger, sequenceMessage.SequenceId); 230Log.UnsupportedMessageReceived(_logger, hubMessage.GetType().FullName!); 239Log.InvalidHubParameters(_logger, bindingFailureMessage.Target, bindingFailureMessage.BindingFailure.SourceException); 253Log.ClosingStreamWithBindingError(_logger, message); 266Log.UnexpectedStreamItem(_logger); 270Log.ReceivedStreamItem(_logger, message); 279Log.UnknownHubMethod(_logger, hubMethodInvocationMessage.Target); 327Log.HubMethodNotAuthorized(_logger, hubMethodInvocationMessage.Target); 345Log.InvalidHubParameters(_logger, hubMethodInvocationMessage.Target, ex); 398Log.SendingResult(logger, hubMethodInvocationMessage.InvocationId, methodExecutor); 404Log.FailedInvokingHubMethod(logger, hubMethodInvocationMessage.Target, ex); 446Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 452Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 504Log.InvocationIdInUse(_logger, invocationId); 518Log.FailedInvokingHubMethod(_logger, hubMethodInvocationMessage.Target, ex); 525Log.InvalidReturnValueFromStreamingMethod(_logger, descriptor.MethodExecutor.MethodInfo.Name); 531Log.StreamingResult(_logger, invocationId, descriptor.MethodExecutor); 547Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, exception); 557Log.FailedStreaming(_logger, invocationId, descriptor.MethodExecutor.MethodInfo.Name, ex); 666Log.StreamingMethodCalledWithInvoke(_logger, hubMethodInvocationMessage); 676Log.NonStreamingMethodCalledWithStream(_logger, hubMethodInvocationMessage); 718Log.StartingParameterStream(_logger, hubMethodInvocationMessage.StreamIds![streamPointer]); 769Log.HubMethodBound(_logger, hubName, methodName);