summaryrefslogtreecommitdiff
path: root/include/logger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/logger.hpp')
-rw-r--r--include/logger.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/logger.hpp b/include/logger.hpp
index d47725fc..89910f3c 100644
--- a/include/logger.hpp
+++ b/include/logger.hpp
@@ -31,7 +31,8 @@ enum Level {
FATAL_LEVEL
};
-PRIVATE void init();
+/** Returns whether logger was successfully initialized. */
+PRIVATE bool init();
PRIVATE void destroy();
/** Do not use this function directly. Use the macros above.
Thread-safe, meaning messages cannot overlap each other in the log.