Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
DebugLevelFatalDisplay only information about nonrecoverable system failure. |
DebugLevelErrorDisplay information about serious but recoverable error. |
DebugLevelWarningDisplay warnings |
DebugLevelInfoDisplay status information. System must remain responsive. |
DebugLevelTraceDisplay trace information. System need not remain responsive |
DebugLevelVerboseDisplay verbose trace information. System need not remain responsive. |
DebugLevelMaximumDisplay maximum information. |
Requirements
| Requirement | Value |
|---|---|
| Header | strmini.h (include Strmini.h) |