From 8e3cd0a676dde4e99f88feeeccea53caeb67e5b6 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Enar=20V=C3=A4ikene?= <enar@vaikene.net>
Date: Tue, 18 Oct 2011 15:42:22 +0300
Subject: [PATCH] Added Common::iLogger::Count to the message severities enum.
 Indicates the number of severities.

---
 src/libs/Common/ilogger.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.49.0