java.lang.Objectrcs.nml.debugInfo
public class debugInfo
Allows control of whether and to which print stream NML debug prints are done in the rest of the NML java classes.
| Field Summary | |
|---|---|
static boolean |
debug_on
|
static java.io.PrintStream |
debugPrintStream
|
| Constructor Summary | |
|---|---|
debugInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean debug_on
public static java.io.PrintStream debugPrintStream
| Constructor Detail |
|---|
public debugInfo()