Using the Trace Manager
The Execution Tracing package includes a singleton trace manager object, which receives trace events generated by the event generation macros. The trace manager then forwards these messages to the connected client for further processing.
When the first event generation macro is executed, it automatically instantiates the singleton trace manager, so there is almost no need for your programs to care about its existence. In fact, if you try to instantiate a trace manager object yourself, you get a compile error.