|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants used by Tracer. The tracing levels were modeled on the Linux syslog() facility.
Field Summary | |
static int |
ALERT
Action must be taken immediately |
static int |
CRITICAL
Critical condition |
static int |
DEBUG
Debugging information |
static int |
EMERGENCY
System is unusable. |
static int |
ERROR
Error condition |
static int |
INFO
Informational |
static java.lang.String[] |
levelAsString
trace levels as strings |
static int |
LOWEST
lowest level (for internal use only) |
static int |
NOTICE
Normal but significant condition |
static int |
WARNING
Warning condition |
Field Detail |
public static final int EMERGENCY
public static final int ALERT
public static final int CRITICAL
public static final int ERROR
public static final int WARNING
public static final int NOTICE
public static final int INFO
public static final int DEBUG
public static final int LOWEST
public static final java.lang.String[] levelAsString
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |