Class HotRodAccessLogging


  • public class HotRodAccessLogging
    extends Object
    Logging handler for Hot Rod to log what requests have come into the server
    Since:
    9.0
    Author:
    wburns
    • Constructor Detail

      • HotRodAccessLogging

        public HotRodAccessLogging()
    • Method Detail

      • isEnabled

        public static boolean isEnabled()
      • logOK

        public void logOK​(io.netty.channel.ChannelFuture future,
                          AccessLoggingHeader header,
                          int responseBytes)
      • logException

        public void logException​(io.netty.channel.ChannelFuture future,
                                 AccessLoggingHeader header,
                                 String exception,
                                 int responseBytes)