Determines if the trace level is greater than or equal to the trace level for which it is looking, if tracing is enabled at this level.
public final static boolean isTraceEnabled(int traceLevel);
Returns True if the agent trace level is greater than or equal to the trace level passed in.
Use this method before generating a message.