| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--simkin.Tracer
This class provides an interface to System.out.println
| Field Summary | |
static java.io.PrintStream | 
g_Out
This variable holds the output writer, by default this is System.out  | 
static boolean | 
g_Tracing
This variable controls whether the output is printed to stdout or not - by default the value is true  | 
| Constructor Summary | |
Tracer()
 | 
|
| Method Summary | |
static void | 
trace(java.lang.Exception e)
This method dumps the given exception to stdout (if g_Tracing is true)  | 
static void | 
trace(java.lang.String msg)
This method causes the given message to be printed to g_Out (if g_Tracing is true)  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static boolean g_Tracing
public static java.io.PrintStream g_Out
| Constructor Detail | 
public Tracer()
| Method Detail | 
public static void trace(java.lang.String msg)
public static void trace(java.lang.Exception e)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||