enumerasi STREAM_DEBUG_LEVEL (strmini.h)

Enumerasi STREAM_DEBUG_LEVEL mencantumkan peningkatan tingkat output debugger secara bertahap.

Sintaks

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

Konstanta

 
DebugLevelFatal
Tampilkan hanya informasi tentang kegagalan sistem yang tidak dapat dipulihkan.
DebugLevelError
Tampilkan informasi tentang kesalahan serius tetapi dapat dipulihkan.
DebugLevelWarning
Tampilkan peringatan
DebugLevelInfo
Tampilkan informasi status. Sistem harus tetap responsif.
DebugLevelTrace
Tampilkan informasi pelacakan. Sistem tidak perlu tetap responsif
DebugLevelVerbose
Menampilkan informasi pelacakan verbose. Sistem tidak perlu tetap responsif.
DebugLevelMaximum
Tampilkan informasi maksimum.

Persyaratan

Persyaratan Nilai
Header strmini.h (termasuk Strmini.h)

Lihat juga

StreamClassDebugPrint