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.