org.mondemand
Class Level
- Serializable
public class Level
extends java.lang.Object
implements Serializable
This represents the various logging levels in MonDemand
static short | ALERT- Default alert priority value for the Logger
|
static short | ALL- Default value to send all messages for the Logger
|
static short | CRIT- Default critical priority value for the Logger
|
static short | DEBUG- Default debug priority value for the Logger
|
static short | EMERG- Default emergency priority value for the Logger
|
static short | ERROR- Default error priority value for the Logger
|
static short | INFO- Default info priority value for the Logger
|
static short | NOTICE- Default notice priority value for the Logger
|
static short | OFF- all off
|
static String[] | STRINGS- textual representation
|
static short | WARNING- Default warning priority value for the Logger
|
ALERT
public static final short ALERT
Default alert priority value for the Logger
ALL
public static final short ALL
Default value to send all messages for the Logger
CRIT
public static final short CRIT
Default critical priority value for the Logger
DEBUG
public static final short DEBUG
Default debug priority value for the Logger
EMERG
public static final short EMERG
Default emergency priority value for the Logger
ERROR
public static final short ERROR
Default error priority value for the Logger
INFO
public static final short INFO
Default info priority value for the Logger
NOTICE
public static final short NOTICE
Default notice priority value for the Logger
OFF
public static final short OFF
all off
STRINGS
public static final String[] STRINGS
textual representation
WARNING
public static final short WARNING
Default warning priority value for the Logger