From e8cf26c4f734744b4f60e4a2b2c9f02dc774fd1c Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 28 Aug 2014 23:12:18 +0200 Subject: improved loggers granularity --- lib/logger/log.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/logger/log.h') 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 +#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, ...); -- cgit v1.2.3