| |
|
| java.lang.Object org.objectweb.jotm.TraceTimer
TraceTimer | public class TraceTimer (Code) | | Traces for module timer
author: Sebastien Chassande-Barrioz sebastien.chassande@inrialpes.fr |
isDebug | public static boolean isDebug(Code) | | |
isVerbose | public static boolean isVerbose(Code) | | |
debug | public static void debug(String msg)(Code) | | print the debug timer message if the logger is not null
|
error | public static void error(String msg)(Code) | | print the error message if the logger is not null
|
error | public static void error(String msg, Throwable th)(Code) | | print the throwing message if the logger is not null
|
setDebug | public static void setDebug(boolean set)(Code) | | set the debug timer
|
setLogWriter | public static void setLogWriter(PrintWriter log)(Code) | | set the log writer
|
setVerbose | public static void setVerbose(boolean set)(Code) | | set the verbose flag
|
verbose | public static void verbose(String msg)(Code) | | print the verbose message if the logger is not null
|
|
|
|