Switch to LOG macro

This commit is contained in:
Ian Gulliver
2016-03-07 17:02:24 -08:00
parent 602c6f729b
commit b434b67dd8
12 changed files with 75 additions and 51 deletions

View File

@@ -3,6 +3,8 @@
#include <stdbool.h>
#include <stdint.h>
#define LOG(id, ...) log_write((log_module), (id), __VA_ARGS__)
void log_init(void);
void log_init2(void);
void log_cleanup(void);