public class TraceTimer
extends java.lang.Object
Constructor and Description |
---|
TraceTimer() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.String msg)
print the debug timer message if the logger is not null
|
static void |
error(java.lang.String msg)
print the error message if the logger is not null
|
static void |
error(java.lang.String msg,
java.lang.Throwable th)
print the throwing message if the logger is not null
|
static void |
setDebug(boolean set)
set the debug timer
|
static void |
setLogWriter(java.io.PrintWriter log)
set the log writer
|
static void |
setVerbose(boolean set)
set the verbose flag
|
static void |
verbose(java.lang.String msg)
print the verbose message if the logger is not null
|
public static void setDebug(boolean set)
public static void setVerbose(boolean set)
public static void setLogWriter(java.io.PrintWriter log)
public static void verbose(java.lang.String msg)
public static void debug(java.lang.String msg)
public static void error(java.lang.String msg)
public static void error(java.lang.String msg, java.lang.Throwable th)