marker_series::write_message – metoda
Zapíše zprávu do souboru trasování Vizualizátoru souběžnosti.
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,
...
);
Parametry
_Format
Složený formátovaný řetězec, který obsahuje text smíšený s nulou nebo více formátovacími položkami, které odpovídají objektům v seznamu argumentů._Importance
Úroveň důležitosti._Category
Úroveň Category.Importance.
Požadavky
Hlavičkový soubor: cvmarkersobj.h
Obor názvů: Concurrency::diagnostic