public class Debug extends Object
| Constructor | Description |
|---|---|
Debug() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
debug(int msgLevel,
String msg) |
|
static void |
debug(int msgLevel,
String msg,
Throwable t) |
|
static int |
getLevel() |
|
static void |
setLevel(int newLevel) |
public static final int ERROR
public static final int DEBUG