Expand description
A syslog instance which is shared between threads.
Structsยง
- Sync
Syslog - 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.