java.lang.Objectorg.objectweb.telosys.common.TraceConfig
Constructor Summary | |
TraceConfig()
|
Method Summary | |
static boolean |
flagIsOn(java.lang.String sClassName)
Return the "trace" flag state for the given class |
static int |
getCurrentState()
Return the current state (numeric stamp) |
static boolean |
getFlag(java.lang.String sClassName)
Return the current "trace" flag for the given class |
static void |
init(java.io.InputStream is)
|
static void |
init(java.util.Properties prop)
|
static void |
init(java.lang.String sFileName)
|
static void |
setFlag(java.lang.String sClassName,
boolean bFlag)
Set the "trace" flag for the given class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TraceConfig()
Method Detail |
public static void init(java.util.Properties prop)
public static void init(java.lang.String sFileName)
public static void init(java.io.InputStream is)
public static int getCurrentState()
public static boolean flagIsOn(java.lang.String sClassName)
sClassName
-
public static boolean getFlag(java.lang.String sClassName)
sClassName
-
public static void setFlag(java.lang.String sClassName, boolean bFlag)
sClassName
- bFlag
-