|
Firefish 0.5.10 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log4j.Priority org.apache.log4j.Level gov.lbl.dsd.p2pio.util.TraceLevel
Adds TRACE logging level to log4j.
Taken from
Field Summary | |
static Level |
ALL
|
static TraceLevel |
TRACE
|
static int |
TRACE_INT
|
Fields inherited from class org.apache.log4j.Level |
DEBUG, ERROR, FATAL, INFO, OFF, WARN |
Fields inherited from class org.apache.log4j.Priority |
ALL_INT, DEBUG_INT, ERROR_INT, FATAL_INT, INFO_INT, OFF_INT, WARN_INT |
Method Summary | |
static Level |
toLevel(int i)
|
static Level |
toLevel(int i,
Level level)
|
static Level |
toLevel(String s)
|
static Level |
toLevel(String s,
Level level)
|
static Priority |
toPriority(int i)
|
static Priority |
toPriority(int i,
Priority priority)
|
static Priority |
toPriority(String sArg,
Priority priority)
|
Methods inherited from class org.apache.log4j.Priority |
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toString |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int TRACE_INT
public static final TraceLevel TRACE
public static final Level ALL
Method Detail |
public static Priority toPriority(int i) throws IllegalArgumentException
IllegalArgumentException
public static Priority toPriority(int i, Priority priority)
public static Priority toPriority(String sArg, Priority priority)
public static Level toLevel(String s)
public static Level toLevel(int i)
public static Level toLevel(int i, Level level)
public static Level toLevel(String s, Level level)
|
Firefish 0.5.10 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |