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.
This function writes to the logging stream regardless of verbosity level or logging zone.
void LogAll( 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 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 sparingly.
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 | LogComment | LogEx | LogFail | LogVerbose | LogWarn1 | LogWarn2
Send Feedback on this topic to the authors