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