Skip to content

gmessages: add syslog support

Yegor Yefremov requested to merge yegorich/glib:syslog into main

Introduce g_log_writer_syslog() that is suitable for use as a GLogWriterFunc and sends the log message to the syslog daemon.

Fixes #3207 (closed)

Signed-off-by: Yegor Yefremov yegorslists@googlemail.com

Merge request reports