marker_series::write_message メソッド
同時実行ビジュアライザーのファイルにトレース メッセージを書き込みます。
void write_message(
_In_ LPCTSTR _Format,
...
);
void write_message(
marker_importance _Importance,
_In_ LPCTSTR _Format,
...
);
void write_message(
int _Category,
_In_ LPCTSTR _Format,
...
);
void write_message(
marker_importance _Importance,
int _Category,
_In_ LPCTSTR _Format,
...
);
パラメーター
_Format
引数リストのオブジェクトに対応する、ゼロ以上の書式指定項目とテキストを混合使用する複合書式指定文字列。_Importance
重要度レベル。_Category
Category.Importance のレベル。
必要条件
ヘッダー: cvmarkersobj.h
名前空間: Concurrency::diagnostic