Lhaz
読み取り中…
検索中…
一致する文字列を見つけられません
マクロ定義
Trace

マクロ定義

#define WIN_TRACE(x, ...)   WinUnit::Trace(x, __VA_ARGS__)
 

詳解

マクロ定義詳解

◆ WIN_TRACE

#define WIN_TRACE (   x,
  ... 
)    WinUnit::Trace(x, __VA_ARGS__)

The WIN_TRACE macro should be used for informational messages that are not test errors.

引数
xA printf-style format string.
...Arguments to the format string, if any.
注釈
This function calls OutputDebugString. When tests are run, the output sent to OutputDebugString is captured and sent to whichever loggers are active. Either wide-character or ANSI strings are allowed.