Module syslog_sync_shared

Module syslog_sync_shared 

Source
Expand description

A syslog instance which is shared between threads.

Structsยง

SyncSyslog
A sync, shared instance of the syslog client which is shared between threads. Previously a mutex was used, but since the v5.0.0 a CoW experimental approach is used.