Partager via


énumération STREAM_DEBUG_LEVEL (strmini.h)

L’énumération STREAM_DEBUG_LEVEL répertorie les niveaux croissants incrémentiels de sortie du débogueur.

Syntaxe

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

Constantes

 
DebugLevelFatal
Affichez uniquement des informations sur les défaillances système non récupérables.
DebugLevelError
Affichez des informations sur les erreurs graves mais récupérables.
DebugLevelWarning
Afficher les avertissements
DebugLevelInfo
Afficher les informations d’état. Le système doit rester réactif.
DebugLevelTrace
Affichez les informations de trace. Le système n’a pas besoin de rester réactif
DebugLevelVerbose
Affichez les informations de trace détaillées. Le système n’a pas besoin de rester réactif.
DebugLevelMaximum
Afficher les informations maximales.

Exigences

Exigence Valeur
d’en-tête strmini.h (include Strmini.h)

Voir aussi

StreamClassDebugPrint