public class Debug
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG
Deprecated.
The higher this static, the more debug information is printed.
|
| Constructor and Description |
|---|
Debug()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
printMessage(java.lang.String msg)
Deprecated.
Writes a message to System.err
|
static void |
printMessage(java.lang.String method,
int g,
int e)
Deprecated.
Writes a message to System.err.
form: "method: (g,e) description" |