Package io.grpc.netty

Class NettyServerHandler.ServerChannelLogger

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger log  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ServerChannelLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(ChannelLogger.ChannelLogLevel level, java.lang.String message)
      Logs a message.
      void log​(ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)
      Logs a message, using a message format and a list of arguments used to generate the log message with MessageFormat.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private static final java.util.logging.Logger log
    • Constructor Detail

      • ServerChannelLogger

        private ServerChannelLogger()