public class Debug
extends java.lang.Object
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disable()
Disables the display of debugging messages (using Debug.print)
for the whole package.
|
static void |
enable()
Enables the display of debugging messages (using Debug.print)
for the whole package.
|
static void |
print(java.lang.String msg)
Prints the debug message if debugging is enabled.
|
public static void enable()
public static void disable()
public static void print(java.lang.String msg)
msg - (IN) - message string to print