summaryrefslogtreecommitdiffstats
path: root/log_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'log_manager.hpp')
-rw-r--r--log_manager.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/log_manager.hpp b/log_manager.hpp
index d5ca4e9..3da450d 100644
--- a/log_manager.hpp
+++ b/log_manager.hpp
@@ -108,6 +108,18 @@ class Manager : public details::ServerObject<details::ManagerIface>
}
}
+ /** @brief Returns the count of high severity errors
+ *
+ * @return int - count of real errors
+ */
+ int getRealErrSize();
+
+ /** @brief Returns the count of Info errors
+ *
+ * @return int - count of info errors
+ */
+ int getInfoErrSize();
+
private:
/*
* @fn _commit()
OpenPOWER on IntegriCloud