Class Log
java.lang.Object
net.bugreaper.modules.redis.logger.Log
Utility class for handling logging within the Redis module.
This class provides a centralized logger for consistent logging across the module.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.LoggerLogger instance for the Redis module. -
Method Summary
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGERLogger instance for the Redis module. Used to log events related to Kafka operations within the module.
-