<PackageReference Include="Grpc.Net.Client" Version="2.71.0-pre1" />

Grpc.Net.Client.Balancer.SubchannelsLoadBalancerLog

namespace Grpc.Net.Client.Balancer { internal static class SubchannelsLoadBalancerLog { public static void ProcessingSubchannelStateChanged(ILogger logger, string subchannelId, ConnectivityState state, Status status); public static void IgnoredSubchannelStateChange(ILogger logger, string subchannelId); public static void ConnectionsUnchanged(ILogger logger); public static void RefreshingResolverForSubchannel(ILogger logger, string subchannelId, ConnectivityState state); public static void RequestingConnectionForSubchannel(ILogger logger, string subchannelId, ConnectivityState state); public static void CreatingReadyPicker(ILogger logger, List<Subchannel> readySubchannels); } }