6 #ifndef AMDAEMON_ERRORLOG_H 7 #define AMDAEMON_ERRORLOG_H 23 class InnerIndexHolder;
87 #endif // AMDAEMON_ERRORLOG_H エラー発生回数ログ項目構造体 ErrorTimesItem のヘッダ。
ErrorLog(InnerIndexHolder)
コンストラクタ。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
std::size_t getTimesItemCount() const
エラー発生回数の有効項目数を取得する。
std::size_t getHistoryItemCount() const
エラー発生履歴の有効項目数を取得する。
const ErrorInfo & getHistoryItem(std::size_t index) const
エラー発生履歴の項目を取得する。
エラー情報を保持する抽象クラス。
Definition: ErrorInfo.h:24
エラーログ情報を提供するクラス。
Definition: ErrorLog.h:30
const ErrorTimesItem & findTimesItem(std::uint32_t number) const
エラー番号からエラー発生回数の項目を検索して取得する。
エラー情報を保持する抽象クラス ErrorInfo のヘッダ。
const ErrorTimesItem & getTimesItem(std::size_t index) const
エラー発生回数の項目を取得する。
エラー発生回数ログ項目構造体。
Definition: ErrorTimesItem.h:22