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 Summary
Constructors Constructor Description HotRodAccessLogging()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
isEnabled()
void
logException(io.netty.channel.ChannelFuture future, AccessLoggingHeader header, String exception, int responseBytes)
void
logOK(io.netty.channel.ChannelFuture future, AccessLoggingHeader header, int responseBytes)
-
-
-
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)
-
-