X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Filogger.h;h=71dbd14cd9a34c9133449f2923ea04ec62f7b4aa;hb=77854ea7bd165f8d9afd2cba1490335a67001ab7;hp=7c9158587c7f698ef56fdeea02fe6bf6e40cb515;hpb=e76495e33c8a48c2e2cd2cb24d99783d22dff67e;p=evaf diff --git a/src/libs/Common/ilogger.h b/src/libs/Common/ilogger.h index 7c91585..71dbd14 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 @@ -240,7 +241,7 @@ signals: * your receiver to this signal if you want to add your own message handling. For example, * use this signal to show messages in a log window etc. */ - void loggerEvent(eVaf::Common::iLogger::Severity severity, QString const & text, QString const & source, QString const & where); + void loggerEvent(Common::iLogger::Severity severity, QString const & text, QString const & source, QString const & where); };