de.betabeans.scroogexhtml.logging
Class Level

java.lang.Object
  extended by de.betabeans.scroogexhtml.logging.Level

public abstract class Level
extends java.lang.Object

Definition of logging levels.


Field Summary
static short LOG_DEBUG
          log level DEBUG.
static short LOG_ERROR
          log level ERROR.
static short LOG_FATAL
          log level FATAL.
static short LOG_INFO
          log level INFO.
static short LOG_WARN
          log level WARN.
 
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

LOG_DEBUG

public static final short LOG_DEBUG
log level DEBUG.

See Also:
Constant Field Values

LOG_INFO

public static final short LOG_INFO
log level INFO.

See Also:
Constant Field Values

LOG_WARN

public static final short LOG_WARN
log level WARN.

See Also:
Constant Field Values

LOG_ERROR

public static final short LOG_ERROR
log level ERROR.

See Also:
Constant Field Values

LOG_FATAL

public static final short LOG_FATAL
log level FATAL.

See Also:
Constant Field Values
Constructor Detail

Level

public Level()


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.