Class MemcachedAccessLogging

java.lang.Object
org.infinispan.server.memcached.logging.MemcachedAccessLogging

public final class MemcachedAccessLogging extends Object
Logging handler for Memcached to log what requests have come into the server
Since:
15.0
  • Field Details

    • log

      public static final org.jboss.logging.Logger log
  • Constructor Details

    • MemcachedAccessLogging

      public MemcachedAccessLogging()
  • Method Details

    • isEnabled

      public static boolean isEnabled()
    • logOK

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

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