1 write to Logger
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
35
Logger
= logger;
9 references to Logger
Microsoft.AspNetCore.SignalR.Client.Core (9)
Internal\InvocationRequest.cs (9)
39
Log.InvocationCreated(
Logger
, InvocationId);
71
Log.InvocationDisposed(
Logger
, InvocationId);
92
Log.InvocationCompleted(
Logger
, InvocationId);
95
Log.ReceivedUnexpectedComplete(
Logger
, InvocationId);
123
Log.InvocationFailed(
Logger
, InvocationId);
149
Log.ErrorWritingStreamItem(
Logger
, InvocationId, ex);
186
Log.InvocationCompleted(
Logger
, InvocationId);
198
Log.InvocationFailed(
Logger
, InvocationId);
212
Log.StreamItemOnNonStreamInvocation(
Logger
, InvocationId);