|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Level
org.objectweb.util.monolog.wrapper.javaLog.JDKLevelImpl
public class JDKLevelImpl
Allows to define our own levels.
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 |
---|
public static final java.util.logging.Level FATAL
This level is initialized to 1100
.
Constructor Detail |
---|
protected JDKLevelImpl(java.lang.String name, int value)
name
- given namevalue
- given value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |