Module syslog_sync_shared

Source
Expand description

A syslog instance which is shared between threads.

Structsยง

SyslogShared
A single instance shared between all threads. A Mutex is used to guard the instance.