aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/log.h b/log.h
index f53c18f..9b5dae1 100644
--- a/log.h
+++ b/log.h
@@ -13,4 +13,6 @@ void log_init(void);
void log_write(log_level level, const char *fmt, ...);
+#define LOG_WRITE_INFO(fmt, ...) log_write(LOG_INFO, fmt, ##__VA_ARGS__)
+
#endif /* SS_LOG_H */