fate.util
Class Debug


java.lang.Object

  |

  +--fate.util.Debug


public class Debug
extends java.lang.Object

General debugging utility class.


Constructor Summary
Debug()
          Creates new Debug
 
Method Summary
static void trace(java.lang.String s)
          Print out a trace statement to the standard console
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug


public Debug()
Creates new Debug
Method Detail

trace


public static void trace(java.lang.String s)
Print out a trace statement to the standard console