Class Log

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

public final class Log extends Object
Utility class that provides a centralized application logger.

This class exposes a shared Logger instance configured with the name "bugreaper-module-db". It is intended to be used across the application to ensure consistent logging configuration and naming.

This class cannot be instantiated.

  • Field Details

    • LOGGER

      public static final org.slf4j.Logger LOGGER
      Shared logger instance for the application.