TIBCO Adapter SDK C++ Reference
MTrace::trace
MTrace
Trace one message based on the specified exception.
Remarks
Each time the SDK sends a trace() message, it includes a timestamp of the format YYYY MON day hour:minutes:seconds:ms.

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
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.
Declaration
virtual void trace(MString const & errorCode, MTrackingInfo const * pTrackingInfo, MData const * pData);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.