org.objectweb.util.monolog.wrapper.javaLog
Class JDKLevelImpl

java.lang.Object
  extended by java.util.logging.Level
      extended by org.objectweb.util.monolog.wrapper.javaLog.JDKLevelImpl
All Implemented Interfaces:
java.io.Serializable

public class JDKLevelImpl
extends java.util.logging.Level

Allows to define our own levels.

Author:
Florent Benoit
See Also:
Serialized Form

Field Summary
static java.util.logging.Level FATAL
          FATAL is a message level indicating a very big serious failure.
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Constructor Summary
protected JDKLevelImpl(java.lang.String name, int value)
          Call super constructor.
 
Method Summary
 
Methods inherited from class java.util.logging.Level
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FATAL

public static final java.util.logging.Level FATAL
FATAL is a message level indicating a very big serious failure.

This level is initialized to 1100.

Constructor Detail

JDKLevelImpl

protected JDKLevelImpl(java.lang.String name,
                       int value)
Call super constructor.

Parameters:
name - given name
value - given value