Package fr.gouv.vitam.common.logging
Logging Module largely inspired from Netty
-
Interface Summary Interface Description VitamLogger Internal-use-only logger used by VITAM. -
Class Summary Class Description AbstractVitamLogger This class implements all methods that have aVitamLogLevelparameter by default to call specific logger methods such asVitamLogger.info(String)orVitamLogger.isInfoEnabled().JdkLoggerFactory Logger factory which creates a java .util.logging logger.LogbackLoggerFactory logger factory using SLF4J from LogbackSysErrLogger Utility class to be used only in classes where VitamLogger is not allowedVitamLoggerFactory Creates anVitamLoggeror changes the default factory implementation. -
Enum Summary Enum Description VitamLogLevel The log level thatVitamLoggercan log at.