org.objectweb.util.monolog.wrapper.log4j
Class LevelImpl
java.lang.Object
org.objectweb.util.monolog.wrapper.common.LevelImpl
org.objectweb.util.monolog.wrapper.log4j.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.
- Author:
- S.chassande-Barrioz
- 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.Level convertLevel(Level l)
getLevel
public static Level getLevel(int value)