Uses of Class
org.apache.log4j.extras.UtilLoggingLevel
Packages that use UtilLoggingLevel
-
Uses of UtilLoggingLevel in org.apache.log4j.extras
Fields in org.apache.log4j.extras declared as UtilLoggingLevelModifier and TypeFieldDescriptionstatic final UtilLoggingLevel
UtilLoggingLevel.CONFIG
CONFIG.static final UtilLoggingLevel
UtilLoggingLevel.FINE
FINE.static final UtilLoggingLevel
UtilLoggingLevel.FINER
FINER.static final UtilLoggingLevel
UtilLoggingLevel.FINEST
FINEST.static final UtilLoggingLevel
UtilLoggingLevel.INFO
INFO.static final UtilLoggingLevel
UtilLoggingLevel.SEVERE
SEVERE.static final UtilLoggingLevel
UtilLoggingLevel.WARNING
WARNING.Methods in org.apache.log4j.extras that return UtilLoggingLevelModifier and TypeMethodDescriptionstatic UtilLoggingLevel
UtilLoggingLevel.toLevel
(int val, UtilLoggingLevel defaultLevel) Convert an integer passed as argument to a level.Methods in org.apache.log4j.extras with parameters of type UtilLoggingLevelModifier and TypeMethodDescriptionstatic UtilLoggingLevel
UtilLoggingLevel.toLevel
(int val, UtilLoggingLevel defaultLevel) Convert an integer passed as argument to a level.