Modular Stress Test Functions
The following table shows the Modular Stress Test functions with a description of the purpose of each.
Programming element | Description |
---|---|
GetRunningModuleCount | This function returns the number of running modules that are of the same type as the calling module. |
InitializeStressUtils | This function initializes the stress utilities. |
Log | This function performs logging using the default logging zone. |
LogAll | This function writes to the logging stream regardless of verbosity level or logging zone. |
LogComment | This function writes to the logging stream using the default logging zone when the verbosity level is set to comment or lower. |
LogEx | This function is the primary logging function for the Modular Stress Test. |
LogFail | This function writes to the logging stream using the default logging zone when the verbosity level is set to fail only. |
LogVerbose | This function writes to the logging stream using the default logging zone when the verbosity level is set to verbose or lower. |
LogWarn1 | This function writes to the logging stream using the default logging zone when the verbosity level is set to warning1 or lower. |
LogWarn2 | This function writes to the logging stream using the default logging zone when the verbosity level is set to warning2 or lower. |
See Also
Custom Module Creation for the Modular Stress Test
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.