summaryrefslogtreecommitdiff
path: root/sway/log.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-08-09 14:43:55 -0400
committerDrew DeVault <[email protected]>2015-08-09 14:43:55 -0400
commit9f554b10bcdf0e74a517e9564ca9764be41d92c0 (patch)
treef3796f8b65ed50f479fc896385aaf479eda5961c /sway/log.h
parentec2fedf6d0d4d101351bfa03a60beb02c90573fc (diff)
parent69edcb88eada370ae95b8d19dd63b426f3ce165f (diff)
Merge pull request #3 from jdiez17/log_colors_option
log, commands: Add log_colors command
Diffstat (limited to 'sway/log.h')
-rw-r--r--sway/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/log.h b/sway/log.h
index 019012d3..03836513 100644
--- a/sway/log.h
+++ b/sway/log.h
@@ -9,6 +9,7 @@ typedef enum {
} log_importance_t;
void init_log(int verbosity);
+void sway_log_colors(int mode);
void sway_log(int verbosity, char* format, ...);
void sway_abort(char* format, ...);