Uses of Class
org.apache.log4j.Priority
-
Packages that use Priority Package Description org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger. -
-
Uses of Priority in org.apache.log4j
Subclasses of Priority in org.apache.log4j Modifier and Type Class Description classLevelDefines the minimum set of levels recognized by the system, that isOFF,FATAL,ERROR,WARN,INFO,DEBUGandALL.Fields in org.apache.log4j declared as Priority Modifier and Type Field Description static PriorityPriority. DEBUGDeprecated.UseLevel.DEBUGinstead.static PriorityPriority. ERRORDeprecated.UseLevel.ERRORinstead.static PriorityPriority. FATALDeprecated.UseLevel.FATALinstead.static PriorityPriority. INFODeprecated.UseLevel.INFOinstead.static PriorityPriority. WARNDeprecated.UseLevel.WARNinstead.Methods in org.apache.log4j that return Priority Modifier and Type Method Description static Priority[]Priority. getAllPossiblePriorities()Deprecated.This method will be removed with no replacement.static PriorityPriority. toPriority(int val)Deprecated.Please use theLevel.toLevel(int)method instead.static PriorityPriority. toPriority(int val, Priority defaultPriority)Deprecated.Please use theLevel.toLevel(int, Level)method instead.static PriorityPriority. toPriority(java.lang.String sArg)Deprecated.Please use theLevel.toLevel(String)method instead.static PriorityPriority. toPriority(java.lang.String sArg, Priority defaultPriority)Deprecated.Please use theLevel.toLevel(String, Level)method instead.Methods in org.apache.log4j with parameters of type Priority Modifier and Type Method Description protected voidCategory. forcedLog(java.lang.String FQCN, Priority p, java.lang.Object msg, java.lang.Throwable t)booleanCategory. isEnabledFor(Priority p)Determines whether the priority passed as parameter is enabled in the underlying SLF4J logger.booleanPriority. isGreaterOrEqual(Priority r)Returnstrueif this level has a higher or equal level than the level passed as argument,falseotherwise.voidCategory. log(java.lang.String FQCN, Priority p, java.lang.Object msg, java.lang.Throwable t)voidCategory. log(Priority p, java.lang.Object message)voidCategory. log(Priority p, java.lang.Object message, java.lang.Throwable t)voidAppenderSkeleton. setThreshold(Priority threshold)static PriorityPriority. toPriority(int val, Priority defaultPriority)Deprecated.Please use theLevel.toLevel(int, Level)method instead.static PriorityPriority. toPriority(java.lang.String sArg, Priority defaultPriority)Deprecated.Please use theLevel.toLevel(String, Level)method instead.
-