|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_tm.TraceTm
Field Summary | |
static boolean |
isDebugJta
|
static boolean |
isDebugTm
|
static boolean |
isVerbose
|
static PrintWriter |
logWriter
|
Constructor Summary | |
TraceTm()
|
Method Summary | |
static void |
debugJta(String msg)
print the debug JTA message if the logger is not null |
static void |
debugTm(String msg)
print the debug TM message if the logger is not null |
static void |
error(String msg)
print the error message if the logger is not null |
static void |
error(String msg,
Throwable th)
print the throwing message if the logger is not null |
static void |
setDebugJta(boolean set)
set the debug JTA |
static void |
setDebugTm(boolean set)
set the debug TM |
static void |
setLogWriter(PrintWriter log)
set the log writer |
static void |
setVerbose(boolean set)
set the verbose flag |
static void |
verbose(String msg)
print the verbose message if the logger is not null |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean isDebugTm
public static boolean isDebugJta
public static boolean isVerbose
public static PrintWriter logWriter
Constructor Detail |
public TraceTm()
Method Detail |
public static void setDebugTm(boolean set)
public static void setDebugJta(boolean set)
public static void setVerbose(boolean set)
public static void setLogWriter(PrintWriter log)
public static void verbose(String msg)
public static void debugTm(String msg)
public static void debugJta(String msg)
public static void error(String msg)
public static void error(String msg, Throwable th)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |