|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simkin.Tracer
This class provides an interface to System.out.println
Field Summary | |
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 stdout (if g_Tracing is true) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean g_Tracing
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |