From 7aea8d20ec8816759c8439fc39d90579fc37e18b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Aug 2014 23:10:04 +0200 Subject: cleanup and switched logging to vesa mode console! --- lib/logger/log.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/logger/log.h (limited to 'lib/logger/log.h') diff --git a/lib/logger/log.h b/lib/logger/log.h new file mode 100644 index 0000000..bcc1bc7 --- /dev/null +++ b/lib/logger/log.h @@ -0,0 +1,12 @@ +#ifndef FOOLOS_LOG_H +#define FOOLOS_LOGL_H + + +#define FOOLOS_LOG_INFO 1 + +#include + +void log(char *module_name, int prio, char *format_string, ...); + +#endif + -- cgit v1.2.3