Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function writes to the logging stream using the default logging zone when the verbosity level is set to warning1 or lower.
Syntax
void LogWarn1(
const TCHAR* tszFormat,
vargs ...
);
Parameters
- 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
This function writes the text WARNING 1 in the log, but does not record results.
Requirements
| Header | stressutils.h |
| Library | stressutils.lib |
| Windows Embedded CE | Windows CE .NET 4.2 and later |