Partager via


LogVerbose

This function writes to the logging stream using the default logging zone when the verbosity level is set to verbose or lower.

void LogVerbose(
  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. For more information about specifying formats, see the documentation for the printf function.
  • ...
    [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 record minor details that may be useful when debugging a specific problem. To record general-purpose comments, use the LogComment function.

Requirements

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

See Also

Modular Stress Test Functions | Log | LogAll | LogComment | LogEx | LogFail | LogWarn1 | LogWarn2

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.