Uses of Class
org.apache.log4j.helpers.UtilLoggingLevel
Packages that use UtilLoggingLevel
-
Uses of UtilLoggingLevel in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers 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.helpers 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.helpers that return types with arguments of type UtilLoggingLevelModifier and TypeMethodDescriptionstatic List<UtilLoggingLevel>
UtilLoggingLevel.getAllPossibleLevels()
Gets list of supported levels.Methods in org.apache.log4j.helpers with parameters of type UtilLoggingLevelModifier and TypeMethodDescriptionstatic UtilLoggingLevel
UtilLoggingLevel.toLevel
(int val, UtilLoggingLevel defaultLevel) Convert an integer passed as argument to a level.