STREAM_DEBUG_LEVEL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// strmini.h

typedef enum {
  DebugLevelFatal,
  DebugLevelError,
  DebugLevelWarning,
  DebugLevelInfo,
  DebugLevelTrace,
  DebugLevelVerbose,
  DebugLevelMaximum
} STREAM_DEBUG_LEVEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-strmini-stream_debug_level)

STREAM_DEBUG_LEVEL enumeration

Description

The STREAM_DEBUG_LEVEL enumeration lists incrementally increasing levels of debugger output.

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.

See also

StreamClassDebugPrint