|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.Priority
org.jboss.logging.XPriority
XLevel
instead.
Provides custom extention priorites for use with the Log4j logging framework. Adds a trace priority that is below the standard log4j DEBUG priority. This is a custom priority that is 100 below the Priority.DEBUG_INT and represents a lower priority useful for logging events that should only be displayed when deep debugging is required.
Category
,
Priority
Field Summary | |
static XPriority |
TRACE
Deprecated. The TRACE priority object singleton |
static int |
TRACE_INT
Deprecated. The integer representation of the priority, (Priority.DEBUG_INT - 100) |
static String |
TRACE_STR
Deprecated. The string name of the trace priority. |
Fields inherited from class org.apache.log4j.Priority |
ALL_INT, DEBUG, DEBUG_INT, ERROR, ERROR_INT, FATAL, FATAL_INT, INFO, INFO_INT, OFF_INT, WARN, WARN_INT |
Constructor Summary | |
protected |
XPriority(int level,
String strLevel,
int syslogEquiv)
Deprecated. Construct a XPriority. |
Method Summary | |
static org.apache.log4j.Priority |
toPriority(int i,
org.apache.log4j.Priority defaultPriority)
Deprecated. Convert an integer passed as argument to a priority. |
static org.apache.log4j.Priority |
toPriority(String name)
Deprecated. Convert an integer passed as argument to a priority. |
static org.apache.log4j.Priority |
toPriority(String name,
org.apache.log4j.Priority defaultPriority)
Deprecated. Convert an integer passed as argument to a priority. |
Methods inherited from class org.apache.log4j.Priority |
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int TRACE_INT
public static String TRACE_STR
public static final XPriority TRACE
Constructor Detail |
protected XPriority(int level, String strLevel, int syslogEquiv)
Method Detail |
public static org.apache.log4j.Priority toPriority(String name, org.apache.log4j.Priority defaultPriority)
public static org.apache.log4j.Priority toPriority(String name)
public static org.apache.log4j.Priority toPriority(int i, org.apache.log4j.Priority defaultPriority)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |