1 write to Logger
Microsoft.AspNetCore.SignalR.Client.Core (1)
Internal\InvocationRequest.cs (1)
36
Logger
= logger;
9 references to Logger
Microsoft.AspNetCore.SignalR.Client.Core (9)
Internal\InvocationRequest.cs (9)
40
Log.InvocationCreated(
Logger
, InvocationId);
77
Log.InvocationDisposed(
Logger
, InvocationId);
99
Log.InvocationCompleted(
Logger
, InvocationId);
102
Log.ReceivedUnexpectedComplete(
Logger
, InvocationId);
130
Log.InvocationFailed(
Logger
, InvocationId);
156
Log.ErrorWritingStreamItem(
Logger
, InvocationId, ex);
193
Log.InvocationCompleted(
Logger
, InvocationId);
205
Log.InvocationFailed(
Logger
, InvocationId);
219
Log.StreamItemOnNonStreamInvocation(
Logger
, InvocationId);