Where setTraceLevel is used to change trace level dynamically.
Where setTraceLevel is used to change trace level dynamically.
public static HashMap<String, TraceRequester> getComponentTraceSetting(); public static TraceRequster getComponentTraceSetting(String component);Where getComponentTraceSetting is used to query the trace setting for components, and TraceRequester is a Java Bean, which stores the trace setting for one component.
public static boolean getTraceTarget(int target) public static void setTraceTarget(int target, boolean enabled)
public static final short TO_DISPLAY = 0x0001; public static final short TO_FILE = 0x0002; public static final short TO_WAS = 0x0004; public static final short TO_COMMONLOGGING = 0x0008;