be.lassi.util
Class Debug
java.lang.Object
be.lassi.util.Debug
public class Debug
- extends java.lang.Object
Helper class to be used to insert print messages during debugging.
Delegating this to this class helps in removing the debug messages
from the code again after they are not needed anymore.
Method Summary |
static void |
println(java.lang.String string)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
println
public static void println(java.lang.String string)