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:
Serializable

public class JDKLevelImpl
extends Level

Allows to define our own levels.

Author:
Florent Benoit
See Also:
Serialized Form

Field Summary
static 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(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 Level FATAL
FATAL is a message level indicating a very big serious failure.

This level is initialized to 1100.

Constructor Detail

JDKLevelImpl

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

Parameters:
name - given name
value - given value


Copyright © 2012 OW2 Consortium. All Rights Reserved.