wt.step
Class Debug
java.lang.Object
wt.step.Debug
- public class Debug
- extends Object
Used to log/highlight/describe errors during the STEP Import/Export process.
Constructor Summary |
Debug()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_startTimePrinted
private static boolean _startTimePrinted
_outputStream
private static PrintStream _outputStream
_APPEND_TO_LOGFILE
private static boolean _APPEND_TO_LOGFILE
Debug
public Debug()
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)