|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.relayirc.util.Debug
Primitive debug logging facility.
Constructor Summary | |
Debug()
|
Method Summary | |
static boolean |
isDebug()
Wap, wap -- is this thing turn on? |
static void |
println(java.lang.String msg)
Write to debug message output destination. |
static void |
printStackTrace(java.lang.Exception e)
Write exception text to message output destination. |
static void |
setDebug(boolean flag)
Turn on debug message output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Debug()
Method Detail |
public static void setDebug(boolean flag)
public static boolean isDebug()
public static void println(java.lang.String msg)
public static void printStackTrace(java.lang.Exception e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |