aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorZandr Martin <zandrmartin@gmail.com>2016-07-02 08:14:40 -0500
committerZandr Martin <zandrmartin@gmail.com>2016-07-02 08:14:40 -0500
commit034410819d4c8ea28105c5a5eef0563635a36a9d (patch)
treef24f60afd5ee641bddc78e6b16a8035e3abf7469 /include/log.h
parentcbbeeb2cc3037d7538c7124e6ac0fe9e239731bb (diff)
parent7144fb9fc3b3d3b45d23deaab6a10caf3216cca4 (diff)
Merge remote-tracking branch 'upstream/master' into set-size-command
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index efacf90f..ca8c1fe3 100644
--- a/include/log.h
+++ b/include/log.h
@@ -11,6 +11,7 @@ typedef enum {
void init_log(log_importance_t verbosity);
void set_log_level(log_importance_t verbosity);
+log_importance_t get_log_level(void);
void reset_log_level(void);
// returns whether debug logging is on after switching.
bool toggle_debug_logging(void);