]> vaikene.ee Git - evaf/commitdiff
Added Common::iLogger::Count to the message severities enum. Indicates the number...
authorEnar Väikene <enar@vaikene.net>
Tue, 18 Oct 2011 12:42:22 +0000 (15:42 +0300)
committerEnar Väikene <enar@vaikene.net>
Tue, 18 Oct 2011 12:42:22 +0000 (15:42 +0300)
src/libs/Common/ilogger.h

index 7c9158587c7f698ef56fdeea02fe6bf6e40cb515..a9617ebd2adfa6aa3cfbe1f5856a09f2e5cc939e 100644 (file)
@@ -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