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
인수 목록에서 배열의 개체에 해당하는 0개 이상의 서식 항목과 혼합된 텍스트를 포함하는 복합컨트롤 문자열입니다._Importance
중요도 수준입니다._Category
Category.Importance 수준입니다.
요구 사항
헤더: cvmarkersobj.h
네임스페이스: Concurrency::diagnostic