Service Trace
The service trace calls need another parameter, called
instrumentation,
that identifies the component for which this trace entry is created.
The supported instrumentation names are:
- MAPPERS
- MAPDOCS
- EVENTS
- TRANSITIONS
- ACTIONS
- PUBLISH
- SQL
- CUSTOM
The service trace API functions are:
CREATE PROCEDURE ServiceTrace( IN instrumentation CHAR,
IN msg CHAR);
CREATE PROCEDURE ServiceTraceWmb( IN instrumentation CHAR,
IN msg CHAR, IN rParams REFERENCE);
CREATE PROCEDURE ServiceTraceString(IN instrumentation CHAR,
IN msg CHAR, IN rParams CHAR);
CREATE PROCEDURE ServiceTraceBinary(IN instrumentation CHAR,
IN msg CHAR, IN rParams BLOB);