Module syslog_threadlocal

Module syslog_threadlocal 

Source
Expand description

A single threaded or thread_local syslog.

Structsยง

SingleSyslog
A threal local syslog which is completely lockless! It can be used in signle threaded applications or with the thread_local functionality.