Package org.objectweb.util.monolog.jul
Class SimpleLevel
- java.lang.Object
-
- java.util.logging.Level
-
- org.objectweb.util.monolog.jul.SimpleLevel
-
- All Implemented Interfaces:
Serializable,Level
class SimpleLevel extends Level implements Level
This class is only needed to create the ERROR level. The needed constructor in JUL Level class is protected.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleLevel(String name, int value)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Define serialVersionUID for interoperability.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SimpleLevel
protected SimpleLevel(String name, int value)
-
-