Class HotRodAccessLogging

java.lang.Object
org.infinispan.server.hotrod.logging.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 Details

    • HotRodAccessLogging

      public HotRodAccessLogging()
  • Method Details

    • 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)