wiauDbgLegacyTrace function (wiautil.h)

The wiauDbgLegacyTrace function logs a trace message.

Syntax

void wiauDbgLegacyTrace(
  LPCSTR fmt,
  ...    
);

Parameters

fmt

...

Return value

None

Remarks

The wiauDbgLegacyTrace function is identical to the wiauDbgTrace function except that the latter has a parameter used to identify the function or method that is active when the function is called.

Requirements

Requirement Value
Target Platform Desktop
Header wiautil.h (include Wiautil.h)

See also

wiauDbgTrace