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

請參閱

參考

marker_series 類別