public final class MLevel extends Object
Modifier and Type | Field and Description |
---|---|
static MLevel |
ALL |
static MLevel |
CONFIG |
static MLevel |
FINE |
static MLevel |
FINER |
static MLevel |
FINEST |
static MLevel |
INFO |
static MLevel |
OFF |
static MLevel |
SEVERE |
static MLevel |
WARNING |
Modifier and Type | Method and Description |
---|---|
Object |
asJdk14Level() |
static MLevel |
fromIntValue(int intval) |
static MLevel |
fromSeverity(String name) |
String |
getLineHeader() |
String |
getSeverity() |
int |
intValue() |
String |
toString() |
public static final MLevel ALL
public static final MLevel CONFIG
public static final MLevel FINE
public static final MLevel FINER
public static final MLevel FINEST
public static final MLevel INFO
public static final MLevel OFF
public static final MLevel SEVERE
public static final MLevel WARNING