org.objectweb.util.monolog.wrapper.log4jMini
Class LevelImpl
java.lang.Object
org.objectweb.util.monolog.wrapper.common.LevelImpl
org.objectweb.util.monolog.wrapper.log4jMini.LevelImpl
- All Implemented Interfaces:
- java.io.Serializable, Level
public class LevelImpl
- extends LevelImpl
This extension of the common LevelImpl provides conversion method for the
monolog levels to the log4j levels.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
LevelImpl
public LevelImpl(java.lang.String name,
int val)
LevelImpl
public LevelImpl(java.lang.String name,
java.lang.String val,
LevelFactory lf)
convertLevel
public static org.apache.log4j.Priority convertLevel(Level l)
getLevel
public static Level getLevel(int value)