Module sync

Module sync 

Source
Expand description

A sync syslog realization including shared and queued syslog client.

Re-exports§

pub use syslog_stream::SyStream;
pub use syslog_stream::SyStreamApi;

Modules§

syslog_stream
A streamer for the syslog.
syslog_sync_internal
Internal logic of the syslog client.
syslog_sync_queue
A syslog intance which uses an MPSC channels.
syslog_sync_shared
A syslog instance which is shared between threads.
syslog_threadlocal
A single threaded or thread_local syslog.
syslog_trait
An APIs and common interfaces.

Type Aliases§

DefaultQueueAdapter