org.objectweb.jonas_tm
Class TraceTm

java.lang.Object
  |
  +--org.objectweb.jonas_tm.TraceTm

public class TraceTm
extends java.lang.Object

For message logging

Author:
Sebastien Chassande-Barrioz sebastien.chassande@inrialpes.fr Monolog for traces

Field Summary
static org.objectweb.util.monolog.api.Logger jta
           
static org.objectweb.util.monolog.api.Logger logger
           
static java.lang.String prefix
           
static org.objectweb.util.monolog.api.Logger tm
           
 
Constructor Summary
TraceTm()
           
 
Method Summary
static void configure(org.objectweb.util.monolog.api.LoggerFactory lf)
           
static boolean isDebugJta()
           
static boolean isDebugTm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.objectweb.util.monolog.api.Logger logger

tm

public static org.objectweb.util.monolog.api.Logger tm

jta

public static org.objectweb.util.monolog.api.Logger jta

prefix

public static final java.lang.String prefix
Constructor Detail

TraceTm

public TraceTm()
Method Detail

configure

public static void configure(org.objectweb.util.monolog.api.LoggerFactory lf)

isDebugTm

public static boolean isDebugTm()

isDebugJta

public static boolean isDebugJta()