TIBCO Adapter SDK C++ Reference
|
Date Description Example YYYY Year (4 digits) 2003 MON Month (3 letters) Jul for July day 2 digits 09 hour Hour in 24-hour time; 2 digits 16 (4 p.m.) minute Minutes after the hour; 2 digits 30 seconds Seconds 45 ms Milliseconds (3 digits) 345
Parameters | Description |
MString const & errorCode | Code to be looked up and traced. |
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. If the role is errorRole, all of the tracking information is traced. Otherwise, only the trackingID is traced. 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. |
virtual void trace(MString const & errorCode, MTrackingInfo const * pTrackingInfo, MData const * pData);