public final class Level extends Level
Level in addition to JDK logging levels.| Modifier and Type | Field and Description |
|---|---|
static Level |
MONIT |
static Level |
MONIT_MSG |
| Modifier | Constructor and Description |
|---|---|
protected |
Level(String name,
int value) |
| Modifier and Type | Method and Description |
|---|---|
static Level[] |
getLevels()
|
static void |
initialize()
This empty method must be called before any use of a custom Level.
|
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toStringprotected Level(String name, int value)
public static final Level[] getLevels()
Level as an array in decreasing order.public static void initialize()
Level class.Copyright © 2010-2018 Linagora. All Rights Reserved.