uk.ac.essex.ia.util
Class DebugLog

java.lang.Object
  extended by uk.ac.essex.ia.util.DebugLog

public class DebugLog
extends java.lang.Object

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

DebugLog

public DebugLog()
Method Detail

setDebugging

public static void setDebugging(boolean showDebugging)

println

public static void println(java.lang.String debugMessage)