|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.ia.util.DebugLog
public class DebugLog
A class that prints debugging messages. This can be used instead of System.out lines. If you setDebugging to true then this willl print all debugging messages.
Constructor Summary | |
---|---|
DebugLog()
|
Method Summary | |
---|---|
static void |
println(java.lang.String debugMessage)
|
static void |
setDebugging(boolean showDebugging)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugLog()
Method Detail |
---|
public static void setDebugging(boolean showDebugging)
public static void println(java.lang.String debugMessage)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |