Uses of Class
org.apache.log4j.Priority
-
Packages that use Priority Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.helpers Log4j 1.x compatibility layer.org.apache.log4j.spi Log4j 1.x compatibility layer. -
-
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.protected PriorityAppenderSkeleton. thresholdstatic 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()PriorityAppenderSkeleton. getThreshold()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 voidCategory. forcedLog(java.lang.String fqcn, Priority level, java.lang.Object message, java.lang.Throwable t)private java.lang.StringCategory. getLevelStr(Priority priority)booleanAppenderSkeleton. isAsSevereAsThreshold(Priority priority)booleanCategory. isEnabledFor(Priority level)booleanPriority. isGreaterOrEqual(Priority r)Returnstrueif this level has a higher or equal level than the level passed as argument,falseotherwise.voidCategory. l7dlog(Priority priority, java.lang.String key, java.lang.Object[] params, java.lang.Throwable t)voidCategory. l7dlog(Priority priority, java.lang.String key, java.lang.Throwable t)voidCategory. log(java.lang.String fqcn, Priority priority, java.lang.Object message, java.lang.Throwable t)voidCategory. log(Priority priority, java.lang.Object message)voidCategory. log(Priority priority, java.lang.Object message, java.lang.Throwable t)voidCategory. setPriority(Priority priority)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. -
Uses of Priority in org.apache.log4j.helpers
Subclasses of Priority in org.apache.log4j.helpers Modifier and Type Class Description private static classOptionConverter.LevelWrapperclassUtilLoggingLevelAn extension of the Level class that provides support for java.util.logging Levels.Methods in org.apache.log4j.helpers with parameters of type Priority Modifier and Type Method Description static LevelOptionConverter. convertLevel(Priority level)static LevelOptionConverter. createLevel(Priority level) -
Uses of Priority in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return Priority Modifier and Type Method Description PriorityNOPLogger. getChainedPriority()Methods in org.apache.log4j.spi with parameters of type Priority Modifier and Type Method Description booleanNOPLogger. isEnabledFor(Priority level)voidNOPLogger. l7dlog(Priority priority, java.lang.String key, java.lang.Object[] params, java.lang.Throwable t)voidNOPLogger. l7dlog(Priority priority, java.lang.String key, java.lang.Throwable t)voidNOPLogger. log(java.lang.String callerFQCN, Priority level, java.lang.Object message, java.lang.Throwable t)voidNOPLogger. log(Priority priority, java.lang.Object message)voidNOPLogger. log(Priority priority, java.lang.Object message, java.lang.Throwable t)voidNOPLogger. setPriority(Priority priority)Constructors in org.apache.log4j.spi with parameters of type Priority Constructor Description LoggingEvent(java.lang.String fqnOfCategoryClass, Category logger, long timeStamp, Priority level, java.lang.Object message, java.lang.Throwable throwable)Instantiate a LoggingEvent from the supplied parameters.LoggingEvent(java.lang.String fqnOfCategoryClass, Category logger, Priority level, java.lang.Object message, java.lang.Throwable throwable)Instantiate a LoggingEvent from the supplied parameters.
-