summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-03 22:54:35 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-03 22:54:35 +0100
commitb5d9da88991592d35d39dcae3829d2498b4e47e4 (patch)
tree2be1ec075f489dc045310cace60d4c09340903b9 /lib
parent5435237fca6b7ab618bfc955e2973d7b325ff9dc (diff)
increased logger grnaularity and working on memory management
Diffstat (limited to 'lib')
-rw-r--r--lib/logger/log.h2
1 files changed, 2 insertions, 0 deletions
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