aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-10 17:48:21 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:51:15 -0400
commit5f579de5d335681a97b3727c503e33b34d3c5ee7 (patch)
tree37a2007d980d794028f6cf37934dffcf1d1606ea /src/log.h
parentdd0b73bf4e03359728b671d6a5725be30e05a9e9 (diff)
downloadjalv-5f579de5d335681a97b3727c503e33b34d3c5ee7.tar.gz
jalv-5f579de5d335681a97b3727c503e33b34d3c5ee7.tar.bz2
jalv-5f579de5d335681a97b3727c503e33b34d3c5ee7.zip
Use logging API for almost all console output
Towards being smarter about this and maintaining distinction between kinds of output, so the console interface can grow into a more solid language/protocol.
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 471d206..100fc39 100644
--- a/src/log.h
+++ b/src/log.h
@@ -29,6 +29,7 @@ struct Port;
typedef enum {
JALV_LOG_ERR = 3,
JALV_LOG_WARNING = 4,
+ JALV_LOG_INFO = 6,
JALV_LOG_DEBUG = 7,
} JalvLogLevel;