enumeración STREAM_DEBUG_LEVEL (strmini.h)

La enumeración STREAM_DEBUG_LEVEL enumeración enumera los niveles crecientes incrementalmente de la salida del depurador.

Syntax

typedef enum {
  DebugLevelFatal,
  DebugLevelError,
  DebugLevelWarning,
  DebugLevelInfo,
  DebugLevelTrace,
  DebugLevelVerbose,
  DebugLevelMaximum
} STREAM_DEBUG_LEVEL;

Constantes

 
DebugLevelFatal
Mostrar solo información sobre errores del sistema irrecuperables.
DebugLevelError
Muestra información sobre un error grave pero recuperable.
DebugLevelWarning
Mostrar advertencias
DebugLevelInfo
Mostrar información de estado. El sistema debe seguir respondiendo.
DebugLevelTrace
Mostrar información de seguimiento. El sistema no necesita mantener la capacidad de respuesta
DebugLevelVerbose
Mostrar información detallada de seguimiento. El sistema no necesita mantener la capacidad de respuesta.
DebugLevelMaximum
Mostrar información máxima.

Requisitos

Requisito Valor
Header strmini.h (incluya Strmini.h)

Consulte también

StreamClassDebugPrint