Compartilhar via


enumeração STREAM_DEBUG_LEVEL (strmini.h)

A enumeração STREAM_DEBUG_LEVEL lista níveis incrementais de saída do depurador.

Syntax

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

Constantes

 
DebugLevelFatal
Exibe apenas informações sobre falha não recuperável do sistema.
DebugLevelError
Exibe informações sobre um erro grave, mas recuperável.
DebugLevelWarning
Exibir avisos
DebugLevelInfo
Exiba status informações. O sistema deve permanecer responsivo.
DebugLevelTrace
Exibir informações de rastreamento. O sistema não precisa permanecer responsivo
DebugLevelVerbose
Exibir informações detalhadas de rastreamento. O sistema não precisa permanecer responsivo.
DebugLevelMaximum
Exibir informações máximas.

Requisitos

Requisito Valor
Cabeçalho strmini.h (inclua Strmini.h)

Confira também

StreamClassDebugPrint