org.objectweb.util.monolog.wrapper.javaLog
Class LevelImpl
java.lang.Object
org.objectweb.util.monolog.wrapper.common.LevelImpl
org.objectweb.util.monolog.wrapper.javaLog.LevelImpl
- All Implemented Interfaces:
- Serializable, Level
public class LevelImpl
- extends LevelImpl
Is an implementation of the Monolog Level interface based on the common
LevelImpl class. It defines static method to convert a monolog level to
java.util.logging.Level .
- Author:
- S.Chassande-Barrioz
- See Also:
- Serialized Form
LevelImpl
public LevelImpl(String n,
int val)
LevelImpl
public LevelImpl(String n,
String val,
LevelFactory lf)
convertLevel
public static Level convertLevel(Level l)
- Level => java.util.logging.Level
int2Level
public static Level int2Level(int value)
getLevel
public static Level getLevel(int value)
- int => org.objectweb.util.monolog.api.Level
Copyright © 2012 OW2 Consortium. All Rights Reserved.