|
Lhaz
|
マクロ定義 | |
| #define | WIN_TRACE(x, ...) WinUnit::Trace(x, __VA_ARGS__) |
| #define WIN_TRACE | ( | x, | |
| ... | |||
| ) | WinUnit::Trace(x, __VA_ARGS__) |
The WIN_TRACE macro should be used for informational messages that are not test errors.
| x | A printf-style format string. |
| ... | Arguments to the format string, if any. |