summaryrefslogtreecommitdiff
path: root/xxx/lib/logger/log.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-22 03:38:45 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-22 03:38:45 +0200
commitbd5c0694678df3361eddaedcf9ceca6db687e010 (patch)
treeff85e8abdb2dcd2cbfa93e75cc7ef66cafa93239 /xxx/lib/logger/log.h
parentfceb15b1d325a7bb0bcab8993a1057cb991172e8 (diff)
moving/removing some direcories
Diffstat (limited to 'xxx/lib/logger/log.h')
-rw-r--r--xxx/lib/logger/log.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/xxx/lib/logger/log.h b/xxx/lib/logger/log.h
deleted file mode 100644
index da27340..0000000
--- a/xxx/lib/logger/log.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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
-
-void log(char *module_name, int prio, char *format_string, ...);
-void panic(char *module_name, char *format_string);
-void log_log();
-
-#endif