TIBCO Adapter SDK C++ Reference
MTrace::debug
MTrace
Send a message to the debug role.
Parameters
Parameters Description
MString const & message Message to be sent.
MTrackingInfo const * pTrackingInfo If this argument value is NULL, it is ignored. The information contained in the MTrackingInfo instance identified by this argument is traced to the relevant sinks. For further information on message format, see 'Trace Message Format" in TIBCO Adapter SDK Programmer's Guide.
MData const * pData This argument is ignored. It's reserved for a future implementation.
Declaration
virtual void debug(MString const & message, MTrackingInfo const * pTrackingInfo, MData const * pData);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.