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 void
AlertService. createAlert(VitamLogLevel level, java.lang.String message)
Create an alert with the specified message and levelvoid
AlertService. createAlert(VitamLogLevel level, java.lang.String message, java.lang.Throwable cause)
/ Create an alert with the specified message, level au causevoid
AlertServiceImpl. createAlert(VitamLogLevel level, java.lang.String message)
void
AlertServiceImpl. 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 VitamLogLevel
VitamLoggerFactory. currentLevel
Methods in fr.gouv.vitam.common.logging that return VitamLogLevel Modifier and Type Method Description VitamLogLevel
VitamLogger. getLevel()
Get the log level of this loggerprotected VitamLogLevel
JdkLoggerFactory. getLevelSpecific()
protected VitamLogLevel
LogbackLoggerFactory. getLevelSpecific()
protected abstract VitamLogLevel
VitamLoggerFactory. getLevelSpecific()
static VitamLogLevel
VitamLoggerFactory. getLogLevel()
static VitamLogLevel
VitamLogLevel. 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 boolean
AbstractVitamLogger. isEnabled(VitamLogLevel level)
boolean
VitamLogger. isEnabled(VitamLogLevel level)
Is the logger instance enabled for the specifiedlevel
?void
AbstractVitamLogger. log(VitamLogLevel level, java.lang.String msg)
void
AbstractVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object arg)
void
AbstractVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object... arguments)
void
AbstractVitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object argA, java.lang.Object argB)
void
AbstractVitamLogger. log(VitamLogLevel level, java.lang.String msg, java.lang.Throwable cause)
void
AbstractVitamLogger. log(VitamLogLevel level, java.lang.Throwable cause)
void
VitamLogger. log(VitamLogLevel level, java.lang.String msg)
Log a message at the specifiedlevel
.void
VitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object arg)
Log a message at the specifiedlevel
according to the specified format and argument.void
VitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object... arguments)
Log a message at the specifiedlevel
according to the specified format and arguments.void
VitamLogger. log(VitamLogLevel level, java.lang.String format, java.lang.Object argA, java.lang.Object argB)
Log a message at the specifiedlevel
according to the specified format and arguments.void
VitamLogger. log(VitamLogLevel level, java.lang.String msg, java.lang.Throwable t)
Log an exception (throwable) at the specifiedlevel
with an accompanying message.void
VitamLogger. log(VitamLogLevel level, java.lang.Throwable t)
Log an exception (throwable) at the specifiedlevel
.protected void
JdkLoggerFactory. seLevelSpecific(VitamLogLevel level)
protected void
LogbackLoggerFactory. seLevelSpecific(VitamLogLevel level)
protected abstract void
VitamLoggerFactory. seLevelSpecific(VitamLogLevel level)
Set the level for the specific implementationprotected static void
VitamLoggerFactory. setInternalLogLevel(VitamLogLevel level)
void
VitamLogger. setLevel(VitamLogLevel level)
Change the log level of this loggerstatic void
VitamLoggerFactory. 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)
-