|
libosmocore 1.13.1.12-8e6ea
Osmocom core library
|
Syslog logging support code. More...
#include "config.h"#include <stdarg.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <syslog.h>#include <osmocom/core/talloc.h>#include <osmocom/core/utils.h>#include <osmocom/core/logging.h>Functions | |
| static int | logp2syslog_level (unsigned int level) |
| static void | _syslog_output (struct log_target *target, unsigned int level, const char *log) |
| struct log_target * | log_target_create_syslog (const char *ident, int option, int facility) |
| Create a new logging target for syslog logging. More... | |
Syslog logging support code.