Uses of Class
org.apache.log4j.helpers.UtilLoggingLevel
-
Packages that use UtilLoggingLevel Package Description org.apache.log4j.helpers -
-
Uses of UtilLoggingLevel in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers declared as UtilLoggingLevel Modifier and Type Field Description static UtilLoggingLevel
UtilLoggingLevel. CONFIG
CONFIG.static UtilLoggingLevel
UtilLoggingLevel. FINE
FINE.static UtilLoggingLevel
UtilLoggingLevel. FINER
FINER.static UtilLoggingLevel
UtilLoggingLevel. FINEST
FINEST.static UtilLoggingLevel
UtilLoggingLevel. INFO
INFO.static UtilLoggingLevel
UtilLoggingLevel. SEVERE
SEVERE.static UtilLoggingLevel
UtilLoggingLevel. WARNING
WARNING.Methods in org.apache.log4j.helpers that return UtilLoggingLevel Modifier and Type Method Description static UtilLoggingLevel
UtilLoggingLevel. toLevel(int val, UtilLoggingLevel defaultLevel)
Convert an integer passed as argument to a level.Methods in org.apache.log4j.helpers that return types with arguments of type UtilLoggingLevel Modifier and Type Method Description static List<UtilLoggingLevel>
UtilLoggingLevel. getAllPossibleLevels()
Gets list of supported levels.Methods in org.apache.log4j.helpers with parameters of type UtilLoggingLevel Modifier and Type Method Description static UtilLoggingLevel
UtilLoggingLevel. toLevel(int val, UtilLoggingLevel defaultLevel)
Convert an integer passed as argument to a level.
-