org.mondemand
Class Level

java.lang.Object
  extended by org.mondemand.Level
All Implemented Interfaces:
Serializable

public class Level
extends Object
implements Serializable

This represents the various logging levels in MonDemand

Author:
Michael Lum
See Also:
Serialized Form

Field Summary
static int ALERT
          Default alert priority value for the Logger
static int ALL
          Default value to send all messages for the Logger
static int CRIT
          Default critical priority value for the Logger
static int DEBUG
          Default debug priority value for the Logger
static int EMERG
          Default emergency priority value for the Logger
static int ERROR
          Default error priority value for the Logger
static int INFO
          Default info priority value for the Logger
static int NOTICE
          Default notice priority value for the Logger
static int OFF
          all off
static String[] STRINGS
          textual representation
static int WARNING
          Default warning priority value for the Logger
 
Constructor Summary
Level()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRINGS

public static final String[] STRINGS
textual representation


OFF

public static final int OFF
all off

See Also:
Constant Field Values

EMERG

public static final int EMERG
Default emergency priority value for the Logger

See Also:
Constant Field Values

ALERT

public static final int ALERT
Default alert priority value for the Logger

See Also:
Constant Field Values

CRIT

public static final int CRIT
Default critical priority value for the Logger

See Also:
Constant Field Values

ERROR

public static final int ERROR
Default error priority value for the Logger

See Also:
Constant Field Values

WARNING

public static final int WARNING
Default warning priority value for the Logger

See Also:
Constant Field Values

NOTICE

public static final int NOTICE
Default notice priority value for the Logger

See Also:
Constant Field Values

INFO

public static final int INFO
Default info priority value for the Logger

See Also:
Constant Field Values

DEBUG

public static final int DEBUG
Default debug priority value for the Logger

See Also:
Constant Field Values

ALL

public static final int ALL
Default value to send all messages for the Logger

See Also:
Constant Field Values
Constructor Detail

Level

public Level()


Copyright © 2012. All Rights Reserved.