STREAM_DEBUG_LEVEL enumeration (strmini.h)

The STREAM_DEBUG_LEVEL enumeration lists incrementally increasing levels of debugger output.

Syntax

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

Constants

 
DebugLevelFatal
Display only information about nonrecoverable system failure.
DebugLevelError
Display information about serious but recoverable error.
DebugLevelWarning
Display warnings
DebugLevelInfo
Display status information. System must remain responsive.
DebugLevelTrace
Display trace information. System need not remain responsive
DebugLevelVerbose
Display verbose trace information. System need not remain responsive.
DebugLevelMaximum
Display maximum information.

Requirements

Requirement Value
Header strmini.h (include Strmini.h)

See also

StreamClassDebugPrint