Package net.bugreaper.modules.db.logger
Class Log
java.lang.Object
net.bugreaper.modules.db.logger.Log
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.LoggerShared logger instance for the application. -
Method Summary
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGERShared logger instance for the application.
-