Compartilhar via


STREAM_DEBUG_LEVEL enumeração (strmini.h)

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

Sintaxe

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

Constantes

 
DebugLevelFatal
Exiba apenas informações sobre falhas não recuperáveis do sistema.
DebugLevelError
Exibir informações sobre um erro grave, mas recuperável.
DebugLevelWarning
Exibir avisos
DebugLevelInfo
Exibir informações de status. 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)

Consulte também

StreamClassDebugPrint