diff options
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 |
