LogEx (Windows Embedded CE 6.0)
1/6/2010
This function is the primary logging function for the Windows Embedded CE Stress tool.
Syntax
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. The format is identical to that used in printf.
- ...
[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
Header | stressutils.h |
Library | stressutils.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |