|
static int | logp2syslog_level (unsigned int level) |
|
static void | _systemd_output (struct log_target *target, unsigned int level, const char *log) |
|
static void | _systemd_raw_output (struct log_target *target, int subsys, unsigned int level, const char *file, int line, int cont, const char *format, va_list ap) |
|
struct log_target * | log_target_create_systemd (bool raw) |
| Create a new logging target for systemd journal logging. More...
|
|
void | log_target_systemd_set_raw (struct log_target *target, bool raw) |
| Change meta information handling of an existing logging target. More...
|
|