Uses of Class
org.apache.log4j.Priority
-
Packages that use Priority Package Description org.apache.log4j -
-
Uses of Priority in org.apache.log4j
Subclasses of Priority in org.apache.log4j Modifier and Type Class Description classAuditLevelAn implementation of Log4J1'sPriorityto satisfy R7LogLevel.AUDITlevel.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.PriorityCategory. getChainedPriority()Deprecated.Please use the theCategory.getEffectiveLevel()method instead.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(String sArg)Deprecated.Please use theLevel.toLevel(String)method instead.static PriorityPriority. toPriority(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(String fqcn, Priority level, Object message, Throwable t)This method creates a new logging event and logs the event without further checks.booleanCategory. isEnabledFor(Priority level)Check whether this category is enabled for a givenLevelpassed as parameter.booleanPriority. isGreaterOrEqual(Priority r)Returnstrueif this level has a higher or equal level than the level passed as argument,falseotherwise.voidCategory. l7dlog(Priority priority, String key, Object[] params, Throwable t)Log a localized and parameterized message.voidCategory. l7dlog(Priority priority, String key, Throwable t)Log a localized message.voidCategory. log(String callerFQCN, Priority level, Object message, Throwable t)This is the most generic printing method.voidCategory. log(Priority priority, Object message)This generic form is intended to be used by wrappers.voidCategory. log(Priority priority, Object message, Throwable t)This generic form is intended to be used by wrappers.voidLogger. log(String callerFQCN, Priority level, Object message, Throwable t)voidLogger. log(Priority priority, Object message)voidLogger. log(Priority priority, Object message, Throwable t)voidCategory. setPriority(Priority priority)Deprecated.Please useCategory.setLevel(org.apache.log4j.Level)instead.static PriorityPriority. toPriority(int val, Priority defaultPriority)Deprecated.Please use theLevel.toLevel(int, Level)method instead.static PriorityPriority. toPriority(String sArg, Priority defaultPriority)Deprecated.Please use theLevel.toLevel(String, Level)method instead.
-