Class HotRodAccessLogging
java.lang.Object
org.infinispan.server.hotrod.logging.HotRodAccessLogging
Logging handler for Hot Rod to log what requests have come into the server
- Since:
- 9.0
- Author:
- wburns
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
void
logException
(io.netty.channel.ChannelFuture future, AccessLoggingHeader header, String exception, int responseBytes) void
logOK
(io.netty.channel.ChannelFuture future, AccessLoggingHeader header, int responseBytes)
-
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)
-