Uses of Class org.apache.log4j.Priority

Uses in package org.apache.log4j.spi

Constructors with parameter type org.apache.log4j.Priority

LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Priority level, Object message, Throwable throwable)
Instantiate a LoggingEvent from the supplied parameters.
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, Priority level, Object message, Throwable throwable)
Instantiate a LoggingEvent from the supplied parameters.

Fields of type org.apache.log4j.Priority

Priority
Level of logging event.

Uses in package org.apache.log4j

Classes derived from org.apache.log4j.Priority

class
Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL.

Fields of type org.apache.log4j.Priority

Priority
Priority
Priority
Priority
Priority
Priority
There is no level threshold filtering by default.

Methods with parameter type org.apache.log4j.Priority

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
Check whether the message level is below the appender's threshold.
boolean
Check whether this category is enabled for a given Level passed as parameter.
boolean
Returns true if this level has a higher or equal level than the level passed as argument, false otherwise.
void
Category.l7dlog(Priority priority, String key, Object[] params, Throwable t)
Log a localized and parameterized message.
void
Category.l7dlog(Priority priority, String key, Throwable t)
Log a localized message.
void
Category.log(String callerFQCN, Priority level, Object message, Throwable t)
This is the most generic printing method.
void
Category.log(Priority priority, Object message)
This generic form is intended to be used by wrappers.
void
Category.log(Priority priority, Object message, Throwable t)
This generic form is intended to be used by wrappers.
void
Set the level of this Category.
void
Set the threshold level.
Priority
Priority.toPriority(String sArg, Priority defaultPriority)
Priority
Priority.toPriority(int val, Priority defaultPriority)

Methods with return type org.apache.log4j.Priority

Priority[]
Return all possible priorities as an array of Level objects in descending order.
Priority
Priority
Returns this appenders threshold level.
Priority
Priority.toPriority(String sArg)
Priority
Priority.toPriority(String sArg, Priority defaultPriority)
Priority
Priority
Priority.toPriority(int val, Priority defaultPriority)

Copyright 2000-2005 Apache Software Foundation.