Share via


LogEx (Windows CE 5.0)

Send Feedback

This function is the primary logging function for the Windows CE Stress tool.

void LogEx(  DWORD dwVerbosity,  DWORD dwZone,  const TCHAR* tszFormat,  vargs ...);

Parameters

  • dwVerbosity
    [in] Verbosity level of the log statement.
  • dwZone
    [in] Logging zone of the log statement.
  • tszFormat
    [in] Pointer to a null-terminated string that contains formatting specifications for additional parameters to pass to this function. For more information about specifying formats, see printf, wprintf.
  • ...
    [in] One or more optional parameters. The number and type of these additional parameters depends on the value of the tszFormat parameter.

Remarks

Use this function to log if you want to explicitly set the verbosity level and logging zone.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: StressUtils.h.
Link Library: StressUtils.lib.

See Also

Windows CE Stress Tool Functions | Log | LogAll | LogComment | LogFail | LogVerbose | LogWarn1 | LogWarn2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.