Calls the appropriate trace-write function to write a trace message for the data handler.
Syntax
public void traceWrite(String message, int level);
Parameters
Return values
None.
Notes
The traceWrite() method is a wrapper method that calls the appropriate trace write function depending on the context in which the data handler runs. The default tracing is connector tracing. If your integration broker is InterChange Server and the data handler is run in the context of the Server Access Interface, the traceWrite() method sets the tracing subsystem before calling the trace-write method.