java.lang.Object
net.bugreaper.modules.redis.logger.Log

public final class Log extends Object
Utility class for handling logging within the Redis module. This class provides a centralized logger for consistent logging across the module.
  • Field Details

    • LOGGER

      public static final org.slf4j.Logger LOGGER
      Logger instance for the Redis module. Used to log events related to Kafka operations within the module.