34#ifndef LOG_SINK_TRAD_H
35#define LOG_SINK_TRAD_H
enum enum_log_service_error log_service_error
Error codes.
ssize_t parse_trad_field(const char *parse_from, const char **token_end, const char *buf_end)
Find the end of the current field (' ')
Definition: log_sink_trad.cc:51
log_service_error log_sink_trad_parse_log_line(const char *line_start, size_t line_length)
Parse a single line in the traditional error log.
Definition: log_sink_trad.cc:70
int log_sink_trad(void *instance, log_line *ll)
services: log sinks: basic logging ("classic error-log") Will write timestamp, label,...
Definition: log_sink_trad.cc:193
Header for compiler-dependent features.
log_line ("log event")
Definition: keyring_log_builtins_definition.cc:72