Grpc.Net.Client.Balancer.SubchannelLog
public static void AddressesUpdated(ILogger logger, string subchannelId, IReadOnlyList<BalancerAddress> addresses)
public static void ConnectedAddressNotInUpdatedAddresses(ILogger logger, string subchannelId, BalancerAddress currentAddress)
public static void ConnectionRequestedInNonIdleState(ILogger logger, string subchannelId, ConnectivityState state)
public static void ExecutingStateChangedRegistration(ILogger logger, string subchannelId, string registrationId)
public static void StartingConnectBackoff(ILogger logger, string subchannelId, TimeSpan BackoffDuration)
public static void StateChangedRegistrationCreated(ILogger logger, string subchannelId, string registrationId)
public static void StateChangedRegistrationRemoved(ILogger logger, string subchannelId, string registrationId)
public static void SubchannelCreated(ILogger logger, string subchannelId, IReadOnlyList<BalancerAddress> addresses)
public static void SubchannelPreserved(ILogger logger, string subchannelId, BalancerAddress address)
public static void SubchannelStateChanged(ILogger logger, string subchannelId, ConnectivityState state, Status status)