|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.lindfors.util.Trace
A very basic trace implementation. Allows traces of method entrances and exits in addition to individual messages. Time stamps are saved with each trace entry.
Method Summary | |
static void |
enter(java.lang.Object o,
java.lang.String method)
|
static void |
exit()
|
static void |
msg(java.lang.String msg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void enter(java.lang.Object o, java.lang.String method)
public static void exit()
public static void msg(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |