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

public final class Log extends Object
Utility class for handling logging within the Kafka 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 Kafka module. Used to log events related to Kafka operations within the module.