Compartilhar via


2.2.2.3.5 TRACE_SEVERITY_LEVEL

The TRACE_SEVERITY_LEVEL enumeration specifies the severity level values for a trace event (see sections 2.2.2.4.1.7 and 2.2.2.4.1.8).

 typedef  enum 
 {
   ERROR = 0x00000001,
   WARNING = 0x00000002,
   INFORMATION = 0x00000004
 } TRACE_SEVERITY_LEVEL;

ERROR:  This level MUST be used to trace errors in the operation of the system (such as the failure of some task).

WARNING:  This level MUST be used to trace events that indicate the possible occurrence of a future problem.

INFORMATION:  This level MUST be used to trace information about the normal progress of significant operations.