Uses of Class
org.apache.log4j.Priority
Packages that use Priority
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
-
Uses of Priority in org.apache.log4j
Subclasses of Priority in org.apache.log4jModifier and TypeClassDescriptionclassDefines the minimum set of levels recognized by the system, that isOFF,FATAL,ERROR,WARN,INFO,DEBUGandALL.Fields in org.apache.log4j declared as PriorityModifier and TypeFieldDescriptionstatic final PriorityPriority.DEBUGDeprecated.static final PriorityPriority.ERRORDeprecated.UseLevel.ERRORinstead.static final PriorityPriority.FATALDeprecated.UseLevel.FATALinstead.static final PriorityPriority.INFODeprecated.UseLevel.INFOinstead.protected PriorityAppenderSkeleton.thresholdstatic final PriorityPriority.WARNDeprecated.UseLevel.WARNinstead.Methods in org.apache.log4j that return PriorityModifier and TypeMethodDescriptionstatic Priority[]Priority.getAllPossiblePriorities()Deprecated.This method will be removed with no replacement.Category.getChainedPriority()AppenderSkeleton.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(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 PriorityModifier and TypeMethodDescriptionvoidprivate 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.voidvoidvoidvoidvoidvoidCategory.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(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.helpersModifier and TypeClassDescriptionclassAn extension of the Level class that provides support for java.util.logging Levels. -
Uses of Priority in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return PriorityMethods in org.apache.log4j.spi with parameters of type PriorityModifier and TypeMethodDescriptionbooleanNOPLogger.isEnabledFor(Priority level) voidvoidvoidvoidvoidvoidNOPLogger.setPriority(Priority priority) Constructors in org.apache.log4j.spi with parameters of type PriorityModifierConstructorDescriptionLoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Priority level, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters.LoggingEvent(String fqnOfCategoryClass, Category logger, Priority level, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters.
Level.DEBUGinstead.