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