|
Log4j 1.3alpha-8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
org.apache.log4j | The main log4j package. |
org.apache.log4j.helpers | This package is used internally. |
org.apache.log4j.spi | Contains part of the System Programming Interface (SPI) needed to extend log4j. |
Uses of Priority in org.apache.log4j |
Subclasses of Priority in org.apache.log4j | |
class |
Level
Defines the minimum set of levels recognized by the system, that is OFF , FATAL , ERROR ,
WARN , INFO , DEBUG ,
TRACE , and ALL . |
Fields in org.apache.log4j declared as Priority | |
protected Priority |
AppenderSkeleton.threshold
There is no level threshold filtering by default. |
static Priority |
Priority.FATAL
Deprecated. |
static Priority |
Priority.ERROR
Deprecated. |
static Priority |
Priority.WARN
Deprecated. |
static Priority |
Priority.INFO
Deprecated. |
static Priority |
Priority.DEBUG
Deprecated. |
Methods in org.apache.log4j that return Priority | |
Priority |
Category.getChainedPriority()
Deprecated. Please use the the Category.getEffectiveLevel() method instead. |
Priority |
AppenderSkeleton.getThreshold()
Returns this appenders threshold level. |
static Priority[] |
Priority.getAllPossiblePriorities()
Deprecated. This method will be removed with no replacement. |
static Priority |
Priority.toPriority(String sArg)
Deprecated. Please use the Level.toLevel(String) method instead.} |
static Priority |
Priority.toPriority(int val)
Deprecated. |
static Priority |
Priority.toPriority(int val,
Priority defaultPriority)
Deprecated. |
static Priority |
Priority.toPriority(String sArg,
Priority defaultPriority)
Deprecated. |
Methods in org.apache.log4j with parameters of type Priority | |
protected void |
Category.forcedLog(String fqcn,
Priority level,
Object message,
Throwable t)
This method creates a new logging event and logs the event without further checks. |
boolean |
Category.isEnabledFor(Priority level)
Deprecated. Use the alternate form taking a parameter of type Level. |
void |
Category.l7dlog(Priority level,
String key,
Throwable t)
Log a localized message. |
void |
Category.l7dlog(Priority level,
String key,
Object[] params,
Throwable t)
Log a localized and parameterized message. |
void |
Category.log(Priority level,
Object message,
Throwable t)
Deprecated. Use the form taking in a Level as a parameter. |
void |
Category.log(Priority level,
Object message)
Deprecated. Use the form taking in a Level as a parameter. |
void |
Category.log(String callerFQCN,
Priority level,
Object message,
Throwable t)
Deprecated. Use the form taking in a Level as a parameter. |
void |
Category.setPriority(Priority priority)
Deprecated. Please use Category.setLevel(org.apache.log4j.Level) instead. |
boolean |
AppenderSkeleton.isAsSevereAsThreshold(Priority level)
Deprecated. |
void |
AppenderSkeleton.setThreshold(Priority threshold)
Set the threshold level. |
boolean |
Priority.isGreaterOrEqual(Priority r)
Returns true if this level has a higher or equal
level than the level passed as argument, false
otherwise. |
static Priority |
Priority.toPriority(int val,
Priority defaultPriority)
Deprecated. |
static Priority |
Priority.toPriority(String sArg,
Priority defaultPriority)
Deprecated. |
Uses of Priority in org.apache.log4j.helpers |
Subclasses of Priority in org.apache.log4j.helpers | |
class |
UtilLoggingLevel
An extension of the Level class that provides support for java.util.logging Levels. |
Uses of Priority in org.apache.log4j.spi |
Fields in org.apache.log4j.spi declared as Priority | |
Priority |
LoggingEvent.level
Level of logging event. |
Constructors in org.apache.log4j.spi with parameters of type Priority | |
LoggingEvent(String fqnOfLoggerClass,
Category logger,
Priority level,
Object message,
Throwable throwable)
Instantiate a LoggingEvent from the supplied parameters. |
|
LoggingEvent(String fqnOfCategoryClass,
Category logger,
long timeStamp,
Priority level,
Object message,
Throwable throwable)
Deprecated. Please use the no argument constructor and the setter methods instead. |
|
Log4j 1.3alpha-8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |