Share via


Log

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function performs logging using the default logging zone.

Syntax

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

Parameters

  • dwVerbosity
    [in] Verbosity level 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 while using the default logging zone. For more information about the default logging zone, see InitializeStressUtils.

Requirements

Header stressutils.h
Library stressutils.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Windows Embedded CE Stress Tool Functions