aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging.hpp')
-rw-r--r--src/common/logging.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/logging.hpp b/src/common/logging.hpp
index e90ba26a..0e4a50e8 100644
--- a/src/common/logging.hpp
+++ b/src/common/logging.hpp
@@ -66,6 +66,11 @@ typedef enum
otbrLogLevel otbrLogGetLevel(void);
/**
+ * Set current log level.
+ */
+void otbrLogSetLevel(otbrLogLevel aLevel);
+
+/**
* Control log to syslog.
*
* @param[in] enable True to log to/via syslog.