閱讀英文

共用方式為


STREAM_DEBUG_LEVEL列舉 (strmini.h)

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

語法

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

常數

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

要求

要求 價值
標頭 strmini.h (包括 Strmini.h)

另請參閱

StreamClassDebugPrint