X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Filogger.h;h=a9617ebd2adfa6aa3cfbe1f5856a09f2e5cc939e;hb=8e3cd0a676dde4e99f88feeeccea53caeb67e5b6;hp=7c9158587c7f698ef56fdeea02fe6bf6e40cb515;hpb=32d6a193150b17fbbde109348ad5a8107bba5529;p=evaf diff --git a/src/libs/Common/ilogger.h b/src/libs/Common/ilogger.h index 7c91585..a9617eb 100644 --- a/src/libs/Common/ilogger.h +++ b/src/libs/Common/ilogger.h @@ -62,7 +62,8 @@ public: Error, ///< Unexpected issues in the software that could be solved automatically. Warning, ///< Expected issues in the software that will be solved automatically. Info, ///< General information output by the application or modules. - Debug ///< Information for debugging purposes. + Debug, ///< Information for debugging purposes. + Count ///< Number of severity levels }; /// Interface constructor