From: Enar Väikene Date: Tue, 18 Oct 2011 12:42:22 +0000 (+0300) Subject: Added Common::iLogger::Count to the message severities enum. Indicates the number... X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=commitdiff_plain;h=8e3cd0a676dde4e99f88feeeccea53caeb67e5b6 Added Common::iLogger::Count to the message severities enum. Indicates the number of severities. --- 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