共用方式為


STREAM_DEBUG_LEVEL列舉 (strmini.h)

STREAM_DEBUG_LEVEL列舉會列出以累加方式增加調試程序輸出層級。

Syntax

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

常數

 
DebugLevelFatal
僅顯示無法復原系統失敗的相關信息。
DebugLevelError
顯示嚴重但可復原錯誤的相關信息。
DebugLevelWarning
顯示警告
DebugLevelInfo
顯示狀態資訊。 系統必須保持回應。
DebugLevelTrace
顯示追蹤資訊。 系統不需要保持回應
DebugLevelVerbose
顯示詳細資訊追蹤資訊。 系統不需要保持回應。
DebugLevelMaximum
顯示最大資訊。

規格需求

需求
標頭 strmini.h (包含 Strmini.h)

另請參閱

StreamClassDebugPrint