rcs.nml
Class debugInfo

java.lang.Object
  extended by rcs.nml.debugInfo

public class debugInfo
extends java.lang.Object

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

debug_on

public static boolean debug_on

debugPrintStream

public static java.io.PrintStream debugPrintStream
Constructor Detail

debugInfo

public debugInfo()