Share via


Trace Priorities in Unmanaged Code (C, C++, COM)

Note  This content applies to the Windows Logo Kit (WLK). For the latest information using the new Windows Hardware Certification Kit (HCK), see Windows HCK User's Guide on the Windows Hardware Dev Center.

The following list shows the available trace priorities for C, C++, and COM:

  • WTT_TRACE_PRIORITY_HIGH - high-priority traces

  • WTT_TRACE_PRIORITY_MEDIUM - medium-priority traces

  • WTT_TRACE_PRIORITY_LOW - low-priority traces

  • WTT_TRACE_PRIORITY_USER - user-defined priority traces

Trace priorities for predefined trace levels

The following list shows each of the predefined trace levels and the trace priority that is assigned to them:

  • WTT_PRI_MSG has WTT_TRACE_PRIORITY_MEDIUM priority

  • WTT_PRI_USER has WTT_TRACE_PRIORITY_USER priority

  • WTT_PRI_ERR has WTT_TRACE_PRIORITY_HIGH priority

  • WTT_PRI_ASSERT has WTT_TRACE_PRIORITY_HIGH priority

  • WTT_PRI_INVALID_PARAM has WTT_TRACE_PRIORITY_HIGH priority

  • WTT_PRI_BUG has WTT_TRACE_PRIORITY_HIGH priority

  • WTT_PRI_BREAK has WTT_TRACE_PRIORITY_HIGH priority

  • WTT_PRI_WARN has WTT_TRACE_PRIORITY_MEDIUM priority

  • WTT_PRI_FUNCTION_ENTRY has WTT_TRACE_PRIORITY_LOW priority

  • WTT_PRI_FUNCTION_EXIT has WTT_TRACE_PRIORITY_LOW priority

  • WTT_PRI_START_TEST has WTT_TRACE_PRIORITY_HIGH priority

  • WTT_PRI_END_TEST has WTT_TRACE_PRIORITY_HIGH priority

  • WTT_PRI_TCMINFO has WTT_TRACE_PRIORITY_MEDIUM priority

  • WTT_PRI_MACHINEINFO has WTT_TRACE_PRIORITY_MEDIUM priority

  • WTT_PRI_ROLLUP has WTT_TRACE_PRIORITY_HIGH priority

 

 

Build date: 9/14/2012