95 references to Log
Microsoft.AspNetCore.SignalR.Client.Core (95)
HubConnection.cs (95)
351Log.RegisteringHandler(_logger, methodName);
384Log.RegisteringHandler(_logger, methodName);
410Log.RemovingHandlers(_logger, methodName);
486Log.Starting(_logger);
512Log.DisablingReconnect(_logger, _protocol.Name, _protocol.Version);
519Log.HubProtocol(_logger, _protocol.Name, usedProtocolVersion);
524Log.ErrorStartingConnection(_logger, ex);
544Log.Started(_logger);
705Log.SendingCancellation(_logger, irq.InvocationId);
712Log.UnableToSendCancellation(_logger, irq.InvocationId);
791Log.StartingStream(_logger, id);
964Log.SendingStreamItem(_logger, streamId);
972Log.StartingStream(_logger, streamId);
980Log.CancelingStream(_logger, streamId);
985Log.ErroredStream(_logger, streamId, ex);
997Log.CompletingStream(_logger, streamId);
1002Log.CompletingStreamNotSent(_logger, streamId);
1007Log.ErrorSendingStreamCompletion(_logger, streamId, ex);
1131Log.PreparingBlockingInvocation(_logger, irq.InvocationId, methodName, irq.ResultType.FullName!, args.Length);
1140Log.RegisteringInvocation(_logger, irq.InvocationId);
1144Log.IssuingInvocation(_logger, irq.InvocationId, irq.ResultType.FullName!, methodName, args);
1152Log.FailedToSendInvocation(_logger, irq.InvocationId, ex);
1162Log.PreparingStreamingInvocation(_logger, irq.InvocationId, methodName, irq.ResultType.FullName!, args.Length);
1170Log.RegisteringInvocation(_logger, irq.InvocationId);
1175Log.IssuingInvocation(_logger, irq.InvocationId, irq.ResultType.FullName!, methodName, args);
1183Log.FailedToSendInvocation(_logger, irq.InvocationId, ex);
1205Log.SendingMessage(_logger, hubMessage);
1217Log.MessageSent(_logger, hubMessage);
1236Log.PreparingNonBlockingInvocation(_logger, methodName, args.Length);
1283Log.ResettingKeepAliveTimer(_logger);
1297Log.ArgumentBindingFailure(_logger, bindingFailure.InvocationId, bindingFailure.Target, bindingFailure.BindingFailure.SourceException);
1305Log.ReceivedInvocation(_logger, invocation.InvocationId, invocation.Target, invocation.Arguments);
1311Log.DroppedCompletionMessage(_logger, completion.InvocationId!);
1323Log.DroppedStreamMessage(_logger, streamItem.InvocationId!);
1331Log.ReceivedClose(_logger);
1335Log.ReceivedCloseWithError(_logger, close.Error);
1347Log.ReceivedPing(_logger);
1351Log.ReceivedAckMessage(_logger, ackMessage.SequenceId);
1355Log.ReceivedSequenceMessage(_logger, sequenceMessage.SequenceId);
1372Log.MissingResultHandler(_logger, invocation.Target);
1379Log.ErrorSendingInvocationResult(_logger, invocation.InvocationId!, invocation.Target, ex);
1384Log.MissingHandler(_logger, invocation.Target);
1411Log.ErrorInvokingClientSideMethod(_logger, invocation.Target, ex);
1433Log.MissingResultHandler(_logger, invocation.Target);
1439Log.ErrorSendingInvocationResult(_logger, invocation.InvocationId!, invocation.Target, ex);
1444Log.ResultNotExpected(_logger, invocation.Target);
1450Log.ReceivedStreamItem(_logger, irq.InvocationId);
1454Log.CancelingStreamItem(_logger, irq.InvocationId);
1458Log.ReceivedStreamItemAfterClose(_logger, irq.InvocationId);
1464Log.ReceivedInvocationCompletion(_logger, irq.InvocationId);
1468Log.CancelingInvocationCompletion(_logger, irq.InvocationId);
1484Log.SendingHubHandshake(_logger);
1495Log.ErrorReceivingHandshakeResponse(_logger, ex);
1531Log.HandshakeServerError(_logger, message.Error);
1536Log.HandshakeComplete(_logger);
1563Log.ErrorInvalidHandshakeResponse(_logger, ex);
1570Log.ErrorHandshakeTimedOut(_logger, HandshakeTimeout, ex);
1574Log.ErrorHandshakeCanceled(_logger, ex);
1581Log.ErrorReceivingHandshakeResponse(_logger, ex);
1592Log.ReceiveLoopStarting(_logger);
1642Log.ProcessingMessage(_logger, buffer.Length);
1696Log.ServerDisconnectedWithError(_logger, ex);
1744Log.ShutdownWithError(_logger, connectionState.CloseException);
1748Log.ShutdownConnection(_logger);
1783Log.InvokingClosedEventHandler(_logger);
1788Log.ErrorDuringClosedEvent(_logger, ex);
1812Log.FirstReconnectRetryDelayNull(_logger);
1824Log.ReconnectingWithError(_logger, closeException);
1828Log.Reconnecting(_logger);
1835Log.AwaitingReconnectRetryDelay(_logger, previousReconnectAttempts + 1, nextRetryDelay.Value);
1843Log.ReconnectingStoppedDuringRetryDelay(_logger);
1868Log.Reconnected(_logger, previousReconnectAttempts, DateTime.UtcNow - reconnectStartTime);
1879Log.ReconnectAttemptFailed(_logger, ex);
1883Log.ReconnectingStoppedDuringReconnectAttempt(_logger);
1908Log.ReconnectAttemptsExhausted(_logger, previousReconnectAttempts, elapsedTime);
1934Log.ErrorDuringNextRetryDelay(_logger, ex);
1965Log.ErrorDuringReconnectingEvent(_logger, ex);
1992Log.ErrorDuringReconnectedEvent(_logger, ex);
2178Log.InvocationAlreadyInUse(_logger, irq.InvocationId);
2214Log.CancelingOutstandingInvocations(_logger);
2220Log.RemovingInvocation(_logger, outstandingCall.InvocationId);
2253Log.Stopping(_logger);
2256Log.TerminatingReceiveLoop(_logger);
2260Log.WaitingForReceiveLoopToTerminate(_logger);
2263Log.Stopped(_logger);
2303Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId);
2350Log.UnableToAcquireConnectionLockForPing(_logger);
2354Log.AcquiredConnectionLockForPing(_logger);
2389Log.ReceivedUnexpectedResponse(_logger, invocationId);
2401Log.ReceivedUnexpectedResponse(_logger, invocationId);
2411Log.MissingHandler(_logger, methodName);
2451Log.StateTransitionFailed(_logger, expectedState, newState, OverallState);
2460Log.AttemptingStateTransition(_logger, expectedState, newState);
2483Log.WaitingOnConnectionLock(_logger, memberName, filePath, lineNumber);
2520Log.ReleasingConnectionLock(_logger, memberName, filePath, lineNumber);