wiauDbgTrace function (wiautil.h)

The wiauDbgTrace function logs a trace message.

Syntax

void wiauDbgTrace(
  LPCSTR fname,
  LPCSTR fmt,
  ...    
);

Parameters

fname

Pointer to a string containing the name of the function or method into which the call to wiauDbgTrace is inserted.

fmt

...

Return value

None

Requirements

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

See also

wiauDbgDump

wiauDbgError

wiauDbgErrorHr

wiauDbgWarning