ISAPITRACE2
Works exactly like the MFC macro TRACE2.
ISAPITRACE2(exp, param1, param2 )
Parameters
- exp
- A format string as used in the run-time function printf.
- param1, param2
- The name of the variable whose value should be dumped.
Remarks
See ISAPITRACE0 for a description of ISAPITRACE2.
ISAPI applications do not have to use MFC. If MFC is not linked to your application, ISAPITRACE2 provides the same TRACE2 functionality. If your application is linked to the MFC, ISAPITRACE2 simply calls MFC's TRACE2.
See Also
MFC Macros and Globals | ISAPIASSERT | ISAPITRACE | ISAPITRACE0 | ISAPITRACE1 | ISAPITRACE3 | ISAPIVERIFY