Uses of Class
org.apache.log4j.helpers.UtilLoggingLevel
-
Packages that use UtilLoggingLevel Package Description org.apache.log4j.helpers This package is used internally. -
-
Uses of UtilLoggingLevel in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers declared as UtilLoggingLevel Modifier and Type Field Description static UtilLoggingLevelUtilLoggingLevel. CONFIGCONFIG.static UtilLoggingLevelUtilLoggingLevel. FINEFINE.static UtilLoggingLevelUtilLoggingLevel. FINERFINER.static UtilLoggingLevelUtilLoggingLevel. FINESTFINEST.static UtilLoggingLevelUtilLoggingLevel. INFOINFO.static UtilLoggingLevelUtilLoggingLevel. SEVERESEVERE.static UtilLoggingLevelUtilLoggingLevel. WARNINGWARNING.Methods in org.apache.log4j.helpers that return UtilLoggingLevel Modifier and Type Method Description static UtilLoggingLevelUtilLoggingLevel. toLevel(int val, UtilLoggingLevel defaultLevel)Convert an integer passed as argument to a level.Methods in org.apache.log4j.helpers with parameters of type UtilLoggingLevel Modifier and Type Method Description static UtilLoggingLevelUtilLoggingLevel. toLevel(int val, UtilLoggingLevel defaultLevel)Convert an integer passed as argument to a level.
-