TIBCO Adapter SDK C++ Reference
MApp::getTrace
MApp
Return the currently attached trace (MTrace object). MApp always creates a trace, even if there are no predefined sinks.
Remarks
MApp creates a trace during initialization. Applications can create sinks and attach them to the trace using a role.
Note
Do not delete the MTrace returned by this method.

Applications can only call this method after the MApp::start() method has been called.

Declaration
virtual MTrace* getTrace() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.