org.mondemand

Class Level

Implemented Interfaces:
Serializable

public class Level
extends java.lang.Object
implements Serializable

This represents the various logging levels in MonDemand
Author:
Michael Lum

Field Summary

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

Field Details

ALERT

public static final short ALERT
Default alert priority value for the Logger
Field Value:
1

ALL

public static final short ALL
Default value to send all messages for the Logger
Field Value:
8

CRIT

public static final short CRIT
Default critical priority value for the Logger
Field Value:
2

DEBUG

public static final short DEBUG
Default debug priority value for the Logger
Field Value:
7

EMERG

public static final short EMERG
Default emergency priority value for the Logger
Field Value:
0

ERROR

public static final short ERROR
Default error priority value for the Logger
Field Value:
3

INFO

public static final short INFO
Default info priority value for the Logger
Field Value:
6

NOTICE

public static final short NOTICE
Default notice priority value for the Logger
Field Value:
5

OFF

public static final short OFF
all off
Field Value:
-1

STRINGS

public static final String[] STRINGS
textual representation

WARNING

public static final short WARNING
Default warning priority value for the Logger
Field Value:
4