Uses of Class
fr.gouv.vitam.common.logging.VitamLogLevel
-
Packages that use VitamLogLevel Package Description fr.gouv.vitam.common.alert fr.gouv.vitam.common.logging Logging Module largely inspired from Nettyfr.gouv.vitam.common.retryable -
-
Uses of VitamLogLevel in fr.gouv.vitam.common.alert
Methods in fr.gouv.vitam.common.alert with parameters of type VitamLogLevel Modifier and Type Method Description voidAlertService. createAlert(VitamLogLevel level, java.lang.String message)Create an alert with the specified message and levelvoidAlertService. createAlert(VitamLogLevel level, java.lang.String message, java.lang.Throwable cause)/ Create an alert with the specified message, level au causevoidAlertServiceImpl. createAlert(VitamLogLevel level, java.lang.String message)voidAlertServiceImpl. createAlert(VitamLogLevel level, java.lang.String message, java.lang.Throwable cause) -
Uses of VitamLogLevel in fr.gouv.vitam.common.logging
Fields in fr.gouv.vitam.common.logging declared as VitamLogLevel Modifier and Type Field Description protected static VitamLogLevelVitamLoggerFactory. currentLevelMethods in fr.gouv.vitam.common.logging that return VitamLogLevel Modifier and Type Method Description VitamLogLevelVitamLogger. getLevel()Get the log level of this loggerprotected VitamLogLevelJdkLoggerFactory. getLevelSpecific()protected VitamLogLevelLogbackLoggerFactory. getLevelSpecific()protected abstract VitamLogLevelVitamLoggerFactory. getLevelSpecific()static VitamLogLevelVitamLoggerFactory. getLogLevel()static VitamLogLevelVitamLogLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VitamLogLevel[]VitamLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.logging with parameters of type VitamLogLevel Modifier and Type Method Description booleanAbstractVitamLogger. isEnabled(VitamLogLevel level)booleanVitamLogger. isEnabled(VitamLogLevel level)Is the logger instance enabled for the specifiedlevel?voidAbstractVitamLogger. log(VitamLogLevel level, java.lang.String msg)voidAbstractVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object arg)voidAbstractVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object... arguments)voidAbstractVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object argA, java.lang.Object argB)voidAbstractVitamLogger. log(VitamLogLevel level, java.lang.String msg, java.lang.Throwable cause)voidAbstractVitamLogger. log(VitamLogLevel level, java.lang.Throwable cause)voidVitamLogger. log(VitamLogLevel level, java.lang.String msg)Log a message at the specifiedlevel.voidVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object arg)Log a message at the specifiedlevelaccording to the specified format and argument.voidVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object... arguments)Log a message at the specifiedlevelaccording to the specified format and arguments.voidVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object argA, java.lang.Object argB)Log a message at the specifiedlevelaccording to the specified format and arguments.voidVitamLogger. log(VitamLogLevel level, java.lang.String msg, java.lang.Throwable t)Log an exception (throwable) at the specifiedlevelwith an accompanying message.voidVitamLogger. log(VitamLogLevel level, java.lang.Throwable t)Log an exception (throwable) at the specifiedlevel.protected voidJdkLoggerFactory. seLevelSpecific(VitamLogLevel level)protected voidLogbackLoggerFactory. seLevelSpecific(VitamLogLevel level)protected abstract voidVitamLoggerFactory. seLevelSpecific(VitamLogLevel level)Set the level for the specific implementationprotected static voidVitamLoggerFactory. setInternalLogLevel(VitamLogLevel level)voidVitamLogger. setLevel(VitamLogLevel level)Change the log level of this loggerstatic voidVitamLoggerFactory. setLogLevel(VitamLogLevel level)Constructors in fr.gouv.vitam.common.logging with parameters of type VitamLogLevel Constructor Description JdkLoggerFactory(VitamLogLevel level)LogbackLoggerFactory(VitamLogLevel level)VitamLoggerFactory(VitamLogLevel level) -
Uses of VitamLogLevel in fr.gouv.vitam.common.retryable
Constructors in fr.gouv.vitam.common.retryable with parameters of type VitamLogLevel Constructor Description RetryableParameters(int nbRetry, int firstAttemptWaitingTime, int waitingTime, int randomRangeSleep, java.util.concurrent.TimeUnit timeUnit, VitamLogLevel level)
-