diff options
| author | Miguel <m.i@gmx.at> | 2018-08-22 14:46:13 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-22 14:46:13 +0200 |
| commit | eddfc270d887283674563530b9fd982a2692f8c3 (patch) | |
| tree | cd6f0269bdb971e5921226d2594d303f2855ea98 /lib/logger/log.h | |
| parent | d99ddc6f38879fb30eaeb7dcafe25d1476613cb1 (diff) | |
cleaning up
Diffstat (limited to 'lib/logger/log.h')
| -rw-r--r-- | lib/logger/log.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/logger/log.h b/lib/logger/log.h deleted file mode 100644 index 38f1219..0000000 --- a/lib/logger/log.h +++ /dev/null @@ -1,13 +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); - -#endif |
