From b5d9da88991592d35d39dcae3829d2498b4e47e4 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 3 Dec 2014 22:54:35 +0100 Subject: increased logger grnaularity and working on memory management --- lib/logger/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/logger/log.h b/lib/logger/log.h index bbe4c64..da27340 100644 --- a/lib/logger/log.h +++ b/lib/logger/log.h @@ -1,6 +1,8 @@ #ifndef FOOLOS_LOG_H #define FOOLOS_LOG_H +#define FOOLOS_LOG_ERROR 5 +#define FOOLOS_LOG_WARNING 4 #define FOOLOS_LOG_INFO 3 #define FOOLOS_LOG_DEBUG 2 #define FOOLOS_LOG_FINE 1 -- cgit v1.2.3