wt.step
Class Debug

java.lang.Object
  extended bywt.step.Debug

public class Debug
extends Object

Used to log/highlight/describe errors during the STEP Import/Export process.


Field Summary
private static boolean _APPEND_TO_LOGFILE
           
private static PrintStream _outputStream
           
private static boolean _startTimePrinted
           
 
Constructor Summary
Debug()
           
 
Method Summary
static void exception(Object obj, Throwable throwable)
           
static void println(Class objClass, String msg)
           
static void println(Object obj, String msg)
           
private static void printStartTime(String name)
           
static void setLogfile(String logFilename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_startTimePrinted

private static boolean _startTimePrinted

_outputStream

private static PrintStream _outputStream

_APPEND_TO_LOGFILE

private static boolean _APPEND_TO_LOGFILE
Constructor Detail

Debug

public Debug()
Method Detail

setLogfile

public static void setLogfile(String logFilename)

println

public static void println(Class objClass,
                           String msg)

println

public static void println(Object obj,
                           String msg)

exception

public static void exception(Object obj,
                             Throwable throwable)

printStartTime

private static void printStartTime(String name)