Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
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) |