95 references to Log
Microsoft.AspNetCore.SignalR.Client.Core (95)
HubConnection.cs (95)
357Log.RegisteringHandler(_logger, methodName); 390Log.RegisteringHandler(_logger, methodName); 416Log.RemovingHandlers(_logger, methodName); 492Log.Starting(_logger); 518Log.DisablingReconnect(_logger, _protocol.Name, _protocol.Version); 525Log.HubProtocol(_logger, _protocol.Name, usedProtocolVersion); 530Log.ErrorStartingConnection(_logger, ex); 550Log.Started(_logger); 711Log.SendingCancellation(_logger, irq.InvocationId); 718Log.UnableToSendCancellation(_logger, irq.InvocationId); 797Log.StartingStream(_logger, id); 970Log.SendingStreamItem(_logger, streamId); 978Log.StartingStream(_logger, streamId); 986Log.CancelingStream(_logger, streamId); 991Log.ErroredStream(_logger, streamId, ex); 1003Log.CompletingStream(_logger, streamId); 1008Log.CompletingStreamNotSent(_logger, streamId); 1013Log.ErrorSendingStreamCompletion(_logger, streamId, ex); 1137Log.PreparingBlockingInvocation(_logger, irq.InvocationId, methodName, irq.ResultType.FullName!, args.Length); 1146Log.RegisteringInvocation(_logger, irq.InvocationId); 1150Log.IssuingInvocation(_logger, irq.InvocationId, irq.ResultType.FullName!, methodName, args); 1158Log.FailedToSendInvocation(_logger, irq.InvocationId, ex); 1168Log.PreparingStreamingInvocation(_logger, irq.InvocationId, methodName, irq.ResultType.FullName!, args.Length); 1176Log.RegisteringInvocation(_logger, irq.InvocationId); 1181Log.IssuingInvocation(_logger, irq.InvocationId, irq.ResultType.FullName!, methodName, args); 1189Log.FailedToSendInvocation(_logger, irq.InvocationId, ex); 1211Log.SendingMessage(_logger, hubMessage); 1223Log.MessageSent(_logger, hubMessage); 1242Log.PreparingNonBlockingInvocation(_logger, methodName, args.Length); 1289Log.ResettingKeepAliveTimer(_logger); 1303Log.ArgumentBindingFailure(_logger, bindingFailure.InvocationId, bindingFailure.Target, bindingFailure.BindingFailure.SourceException); 1311Log.ReceivedInvocation(_logger, invocation.InvocationId, invocation.Target, invocation.Arguments); 1317Log.DroppedCompletionMessage(_logger, completion.InvocationId!); 1329Log.DroppedStreamMessage(_logger, streamItem.InvocationId!); 1337Log.ReceivedClose(_logger); 1341Log.ReceivedCloseWithError(_logger, close.Error); 1353Log.ReceivedPing(_logger); 1357Log.ReceivedAckMessage(_logger, ackMessage.SequenceId); 1361Log.ReceivedSequenceMessage(_logger, sequenceMessage.SequenceId); 1378Log.MissingResultHandler(_logger, invocation.Target); 1385Log.ErrorSendingInvocationResult(_logger, invocation.InvocationId!, invocation.Target, ex); 1390Log.MissingHandler(_logger, invocation.Target); 1417Log.ErrorInvokingClientSideMethod(_logger, invocation.Target, ex); 1439Log.MissingResultHandler(_logger, invocation.Target); 1445Log.ErrorSendingInvocationResult(_logger, invocation.InvocationId!, invocation.Target, ex); 1450Log.ResultNotExpected(_logger, invocation.Target); 1456Log.ReceivedStreamItem(_logger, irq.InvocationId); 1460Log.CancelingStreamItem(_logger, irq.InvocationId); 1464Log.ReceivedStreamItemAfterClose(_logger, irq.InvocationId); 1470Log.ReceivedInvocationCompletion(_logger, irq.InvocationId); 1474Log.CancelingInvocationCompletion(_logger, irq.InvocationId); 1490Log.SendingHubHandshake(_logger); 1501Log.ErrorReceivingHandshakeResponse(_logger, ex); 1537Log.HandshakeServerError(_logger, message.Error); 1542Log.HandshakeComplete(_logger); 1569Log.ErrorInvalidHandshakeResponse(_logger, ex); 1576Log.ErrorHandshakeTimedOut(_logger, HandshakeTimeout, ex); 1580Log.ErrorHandshakeCanceled(_logger, ex); 1587Log.ErrorReceivingHandshakeResponse(_logger, ex); 1598Log.ReceiveLoopStarting(_logger); 1648Log.ProcessingMessage(_logger, buffer.Length); 1702Log.ServerDisconnectedWithError(_logger, ex); 1750Log.ShutdownWithError(_logger, connectionState.CloseException); 1754Log.ShutdownConnection(_logger); 1789Log.InvokingClosedEventHandler(_logger); 1794Log.ErrorDuringClosedEvent(_logger, ex); 1818Log.FirstReconnectRetryDelayNull(_logger); 1830Log.ReconnectingWithError(_logger, closeException); 1834Log.Reconnecting(_logger); 1841Log.AwaitingReconnectRetryDelay(_logger, previousReconnectAttempts + 1, nextRetryDelay.Value); 1849Log.ReconnectingStoppedDuringRetryDelay(_logger); 1874Log.Reconnected(_logger, previousReconnectAttempts, DateTime.UtcNow - reconnectStartTime); 1885Log.ReconnectAttemptFailed(_logger, ex); 1889Log.ReconnectingStoppedDuringReconnectAttempt(_logger); 1914Log.ReconnectAttemptsExhausted(_logger, previousReconnectAttempts, elapsedTime); 1940Log.ErrorDuringNextRetryDelay(_logger, ex); 1971Log.ErrorDuringReconnectingEvent(_logger, ex); 1998Log.ErrorDuringReconnectedEvent(_logger, ex); 2184Log.InvocationAlreadyInUse(_logger, irq.InvocationId); 2220Log.CancelingOutstandingInvocations(_logger); 2226Log.RemovingInvocation(_logger, outstandingCall.InvocationId); 2259Log.Stopping(_logger); 2262Log.TerminatingReceiveLoop(_logger); 2266Log.WaitingForReceiveLoopToTerminate(_logger); 2269Log.Stopped(_logger); 2309Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId); 2356Log.UnableToAcquireConnectionLockForPing(_logger); 2360Log.AcquiredConnectionLockForPing(_logger); 2395Log.ReceivedUnexpectedResponse(_logger, invocationId); 2407Log.ReceivedUnexpectedResponse(_logger, invocationId); 2417Log.MissingHandler(_logger, methodName); 2457Log.StateTransitionFailed(_logger, expectedState, newState, OverallState); 2466Log.AttemptingStateTransition(_logger, expectedState, newState); 2489Log.WaitingOnConnectionLock(_logger, memberName, filePath, lineNumber); 2526Log.ReleasingConnectionLock(_logger, memberName, filePath, lineNumber);