public class TraceFlag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
compiletrace
if true then either classic protocoltrace or trace is enabled
|
| Constructor and Description |
|---|
TraceFlag() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
configureTracing(java.util.Properties connInfo)
This methods sets the value for compileTrace after checking the connection String
|
static boolean |
isTraceEnabled()
Checks if atleast one of the logging service is enabled.
|
public static boolean compiletrace
public static boolean isTraceEnabled()
public static boolean configureTracing(java.util.Properties connInfo)