logging
[psensor.git] / src / lib / log.h
index cf4fcd3..38efb3e 100644 (file)
@@ -30,6 +30,7 @@ enum log_level {
 void log_open(const char *path);
 
 void log_printf(int lvl, const char *fmt, ...);
+void log_debug(const char *fmt, ...);
 
 void log_close();