konark.gui
Class Debug

java.lang.Object
  extended bykonark.gui.Debug

public class Debug
extends java.lang.Object


Constructor Summary
Debug(java.io.File f, boolean append)
          Creates a new instance of Logger
 
Method Summary
static boolean debugOn()
           
static void println(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug(java.io.File f,
             boolean append)
Creates a new instance of Logger

Method Detail

debugOn

public static boolean debugOn()

println

public static void println(java.lang.String msg)
                    throws java.lang.Exception
Throws:
java.lang.Exception