org.objectweb.util.monolog.wrapper.javaLog
Class JDKLevelImpl
java.lang.Object
java.util.logging.Level
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. |
|
Constructor Summary |
protected |
JDKLevelImpl(String name,
int value)
Call super constructor. |
FATAL
public static final Level FATAL
- FATAL is a message level indicating a very big serious failure.
This level is initialized to 1100.
JDKLevelImpl
protected JDKLevelImpl(String name,
int value)
- Call super constructor.
- Parameters:
name - given namevalue - given value
Copyright © 2012 OW2 Consortium. All Rights Reserved.