101 references to Log
Microsoft.AspNetCore.SignalR.Client.Core (101)
HubConnection.cs (101)
365Log.RegisteringHandler(_logger, methodName); 398Log.RegisteringHandler(_logger, methodName); 424Log.RemovingHandlers(_logger, methodName); 500Log.Starting(_logger); 526Log.DisablingReconnect(_logger, _protocol.Name, _protocol.Version); 533Log.HubProtocol(_logger, _protocol.Name, usedProtocolVersion); 538Log.ErrorStartingConnection(_logger, ex); 568Log.Started(_logger); 609Log.AuthenticationRefreshCallbackFailed(_logger, callbackEx); 633Log.AuthenticationRefreshCallbackFailed(_logger, callbackEx); 691Log.AuthenticationRefreshStarting(_logger); 693Log.AuthenticationRefreshCompleted(_logger, newTtl); 697Log.AuthenticationRefreshFailed(_logger, ex); 923Log.StartingStream(_logger, id); 1097Log.SendingStreamItem(_logger, streamId); 1105Log.StartingStream(_logger, streamId); 1113Log.CancelingStream(_logger, streamId); 1118Log.ErroredStream(_logger, streamId, ex); 1130Log.CompletingStream(_logger, streamId); 1135Log.CompletingStreamNotSent(_logger, streamId); 1140Log.ErrorSendingStreamCompletion(_logger, streamId, ex); 1286Log.SendingCancellation(_logger, irq.InvocationId); 1293Log.UnableToSendCancellation(_logger, irq.InvocationId); 1311Log.PreparingBlockingInvocation(_logger, irq.InvocationId, methodName, irq.ResultType.FullName!, args.Length); 1320Log.RegisteringInvocation(_logger, irq.InvocationId); 1324Log.IssuingInvocation(_logger, irq.InvocationId, irq.ResultType.FullName!, methodName, args); 1332Log.FailedToSendInvocation(_logger, irq.InvocationId, ex); 1342Log.PreparingStreamingInvocation(_logger, irq.InvocationId, methodName, irq.ResultType.FullName!, args.Length); 1350Log.RegisteringInvocation(_logger, irq.InvocationId); 1355Log.IssuingInvocation(_logger, irq.InvocationId, irq.ResultType.FullName!, methodName, args); 1363Log.FailedToSendInvocation(_logger, irq.InvocationId, ex); 1385Log.SendingMessage(_logger, hubMessage); 1397Log.MessageSent(_logger, hubMessage); 1416Log.PreparingNonBlockingInvocation(_logger, methodName, args.Length); 1463Log.ResettingKeepAliveTimer(_logger); 1477Log.ArgumentBindingFailure(_logger, bindingFailure.InvocationId, bindingFailure.Target, bindingFailure.BindingFailure.SourceException); 1486Log.StreamBindingFailure(_logger, bindingFailure.Id, bindingFailure.BindingFailure.SourceException); 1489Log.ReceivedInvocation(_logger, invocation.InvocationId, invocation.Target, invocation.Arguments); 1495Log.DroppedCompletionMessage(_logger, completion.InvocationId!); 1507Log.DroppedStreamMessage(_logger, streamItem.InvocationId!); 1515Log.ReceivedClose(_logger); 1519Log.ReceivedCloseWithError(_logger, close.Error); 1531Log.ReceivedPing(_logger); 1535Log.ReceivedAckMessage(_logger, ackMessage.SequenceId); 1539Log.ReceivedSequenceMessage(_logger, sequenceMessage.SequenceId); 1556Log.MissingResultHandler(_logger, invocation.Target); 1563Log.ErrorSendingInvocationResult(_logger, invocation.InvocationId!, invocation.Target, ex); 1568Log.MissingHandler(_logger, invocation.Target); 1595Log.ErrorInvokingClientSideMethod(_logger, invocation.Target, ex); 1617Log.MissingResultHandler(_logger, invocation.Target); 1623Log.ErrorSendingInvocationResult(_logger, invocation.InvocationId!, invocation.Target, ex); 1628Log.ResultNotExpected(_logger, invocation.Target); 1634Log.ReceivedStreamItem(_logger, irq.InvocationId); 1638Log.CancelingStreamItem(_logger, irq.InvocationId); 1642Log.ReceivedStreamItemAfterClose(_logger, irq.InvocationId); 1648Log.ReceivedInvocationCompletion(_logger, irq.InvocationId); 1652Log.CancelingInvocationCompletion(_logger, irq.InvocationId); 1668Log.SendingHubHandshake(_logger); 1679Log.ErrorReceivingHandshakeResponse(_logger, ex); 1715Log.HandshakeServerError(_logger, message.Error); 1720Log.HandshakeComplete(_logger); 1747Log.ErrorInvalidHandshakeResponse(_logger, ex); 1754Log.ErrorHandshakeTimedOut(_logger, HandshakeTimeout, ex); 1758Log.ErrorHandshakeCanceled(_logger, ex); 1765Log.ErrorReceivingHandshakeResponse(_logger, ex); 1776Log.ReceiveLoopStarting(_logger); 1826Log.ProcessingMessage(_logger, buffer.Length); 1880Log.ServerDisconnectedWithError(_logger, ex); 1928Log.ShutdownWithError(_logger, connectionState.CloseException); 1932Log.ShutdownConnection(_logger); 1967Log.InvokingClosedEventHandler(_logger); 1972Log.ErrorDuringClosedEvent(_logger, ex); 1996Log.FirstReconnectRetryDelayNull(_logger); 2008Log.ReconnectingWithError(_logger, closeException); 2012Log.Reconnecting(_logger); 2019Log.AwaitingReconnectRetryDelay(_logger, previousReconnectAttempts + 1, nextRetryDelay.Value); 2027Log.ReconnectingStoppedDuringRetryDelay(_logger); 2052Log.Reconnected(_logger, previousReconnectAttempts, DateTime.UtcNow - reconnectStartTime); 2063Log.ReconnectAttemptFailed(_logger, ex); 2067Log.ReconnectingStoppedDuringReconnectAttempt(_logger); 2092Log.ReconnectAttemptsExhausted(_logger, previousReconnectAttempts, elapsedTime); 2118Log.ErrorDuringNextRetryDelay(_logger, ex); 2149Log.ErrorDuringReconnectingEvent(_logger, ex); 2176Log.ErrorDuringReconnectedEvent(_logger, ex); 2362Log.InvocationAlreadyInUse(_logger, irq.InvocationId); 2398Log.CancelingOutstandingInvocations(_logger); 2404Log.RemovingInvocation(_logger, outstandingCall.InvocationId); 2437Log.Stopping(_logger); 2440Log.TerminatingReceiveLoop(_logger); 2444Log.WaitingForReceiveLoopToTerminate(_logger); 2447Log.Stopped(_logger); 2501Log.DroppingMessage(_logger, ((HubInvocationMessage)message).GetType().Name, ((HubInvocationMessage)message).InvocationId); 2548Log.UnableToAcquireConnectionLockForPing(_logger); 2552Log.AcquiredConnectionLockForPing(_logger); 2587Log.ReceivedUnexpectedResponse(_logger, invocationId); 2599Log.ReceivedUnexpectedResponse(_logger, invocationId); 2609Log.MissingHandler(_logger, methodName); 2649Log.StateTransitionFailed(_logger, expectedState, newState, OverallState); 2658Log.AttemptingStateTransition(_logger, expectedState, newState); 2681Log.WaitingOnConnectionLock(_logger, memberName, filePath, lineNumber); 2718Log.ReleasingConnectionLock(_logger, memberName, filePath, lineNumber);