public class LevelImpl extends LevelImpl
Constructor and Description |
---|
LevelImpl(java.lang.String n,
int val) |
LevelImpl(java.lang.String n,
java.lang.String val,
LevelFactory lf) |
Modifier and Type | Method and Description |
---|---|
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) |
compareTo, evaluate, getIntValue, getName, getStringValue, hashCode, isComparableWith, setName, toString
public LevelImpl(java.lang.String n, int val)
public LevelImpl(java.lang.String n, java.lang.String val, LevelFactory lf)