Package io.grpc

Class ChannelLogger


  • @ExperimentalApi("https://github.com/grpc/grpc-java/issues/5029")
    public abstract class ChannelLogger
    extends Object
    A Channel-specific logger provided by GRPC library to LoadBalancer implementations. Information logged here goes to Channelz, and to the Java logger of this class as well.

    This class is thread-safe.