Module sync

Source
Expand description

A sync syslog realization including shared and queued syslog client.

Re-exports§

pub use syslog_stream::SyslogStream;
pub use syslog_stream::StreamableSyslogApi;

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_trait
An APIs and common interfaces.

Type Aliases§

DefaultQueueAdapter