summaryrefslogtreecommitdiff
path: root/lib/logger/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logger/log.h')
-rw-r--r--lib/logger/log.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/logger/log.h b/lib/logger/log.h
index bcc1bc7..9c32a39 100644
--- a/lib/logger/log.h
+++ b/lib/logger/log.h
@@ -1,10 +1,9 @@
#ifndef FOOLOS_LOG_H
#define FOOLOS_LOGL_H
-
-#define FOOLOS_LOG_INFO 1
-
-#include <stdarg.h>
+#define FOOLOS_LOG_INFO 3
+#define FOOLOS_LOG_DEBUG 2
+#define FOOLOS_LOG_FINE 1
void log(char *module_name, int prio, char *format_string, ...);