System logging functions. More...
#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | LOG_DEBUG(tab, ...) |
| #define | LOG_INFO(tab, ...) |
| #define | LOG_ERROR(tab, ...) |
Functions | |
| void | log_initialize () |
| void | log_message (const char *level, const char *tag, const char *fmt,...) |
System logging functions.
Provides implementation of logging to control logging level and where the log goes.
| #define LOG_DEBUG | ( | tab, | |
| ... ) |
| #define LOG_ERROR | ( | tab, | |
| ... ) |
| #define LOG_INFO | ( | tab, | |
| ... ) |