Package fr.gouv.vitam.common.logging
package fr.gouv.vitam.common.logging
Logging Module largely inspired from Netty
-
ClassDescriptionThis class implements all methods that have a
VitamLogLevel
parameter by default to call specific logger methods such asVitamLogger.info(String)
orVitamLogger.isInfoEnabled()
.Logger factory which creates a java .util.logging logger.logger factory using SLF4J from LogbackUtility class to be used only in classes where VitamLogger is not allowedInternal-use-only logger used by VITAM.Creates anVitamLogger
or changes the default factory implementation.The log level thatVitamLogger
can log at.