![]() |
TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
|
#include "logging.h"#include <command/cli.h>#include <stdarg.h>#include <string.h>#include <time.h>
Functions | |
| void | logging_init (FILE *logf, loglevel_t loglevel) |
| initialize log file and log level | |
| void | logging_log (loglevel_t level, const char *component, const char *fmt,...) |
| log | |
| void | logging_log_debug (loglevel_t level, const char *component, const char *file, const char *func, int line, const char *fmt,...) |
| log with debug info | |