Grpc.Net.Client.Balancer.Internal.SocketConnectivitySubchannelTransportLog
namespace Grpc.Net.Client.Balancer.Internal
{
internal static class SocketConnectivitySubchannelTransportLog
{
public static void ConnectingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint);
public static void ConnectedSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint);
public static void ErrorConnectingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, Exception ex);
public static void CheckingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint);
public static void ErrorCheckingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, Exception ex);
public static void ErrorSocketTimer(ILogger logger, string subchannelId, Exception ex);
public static void CreatingStream(ILogger logger, string subchannelId, DnsEndPoint endPoint);
public static void DisposingStream(ILogger logger, string subchannelId, DnsEndPoint endPoint, int activeStreams);
public static void DisposingTransport(ILogger logger, string subchannelId);
public static void ErrorOnDisposingStream(ILogger logger, string subchannelId, Exception ex);
public static void ConnectingOnCreateStream(ILogger logger, string subchannelId, DnsEndPoint endPoint);
public static void StreamCreated(ILogger logger, string subchannelId, DnsEndPoint endPoint, int bufferedBytes, int activeStreams);
public static void ErrorPollingSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, Exception ex);
public static void SocketPollBadState(ILogger logger, string subchannelId, DnsEndPoint endPoint);
public static void SocketReceivingAvailable(ILogger logger, string subchannelId, DnsEndPoint endPoint, int readBytesAvailableCount);
public static void ClosingUnusableSocket(ILogger logger, string subchannelId, DnsEndPoint endPoint, TimeSpan socketLifetime);
public static void ClosingSocketFromIdleTimeoutOnCreateStream(ILogger logger, string subchannelId, DnsEndPoint endPoint, TimeSpan socketIdleTimeout);
}
}