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 级别。
要求
Header: cvmarkersobj.h
命名空间:Concurrency::diagnostic