org.objectweb.util.monolog.wrapper.javaLog
Class LevelImpl
- Level, Serializable
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 .
- S.Chassande-Barrioz
static java.util.logging.Level | convertLevel(Level l) - Level => java.util.logging.Level
|
static Level | getLevel(int value) - int => org.objectweb.util.monolog.api.Level
|
static java.util.logging.Level | int2Level(int value)
|
LevelImpl
public LevelImpl(String n,
String val,
LevelFactory lf)
LevelImpl
public LevelImpl(String n,
int val)
convertLevel
public static java.util.logging.Level convertLevel(Level l)
Level => java.util.logging.Level
getLevel
public static Level getLevel(int value)
int => org.objectweb.util.monolog.api.Level
int2Level
public static java.util.logging.Level int2Level(int value)