public class VerboseLevel
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
BASE |
|
static int |
DETAILED |
|
static int |
NOTHING |
Constructor | Description |
---|---|
VerboseLevel() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
intToString(int level) |
|
static int |
stringToInt(java.lang.String level) |
public static final int NOTHING
public static final int BASE
public static final int DETAILED