Skip to main content

Module syslog_stream

Module syslog_stream 

Source
Expand description

A streamer for the syslog.

Structs§

SyStream
A struct which is created when user attempts to create a streamable instance, i.e which can be used in write!.
SyStreamPriAlert
Priority::LOG_ALERT
SyStreamPriCrit
Priority::LOG_CRIT
SyStreamPriDebug
Priority::LOG_DEBUG
SyStreamPriEmerg
Priority::LOG_EMERG
SyStreamPriErr
Priority::LOG_ERR
SyStreamPriInfo
Priority::LOG_INFO
SyStreamPriNotice
Priority::LOG_NOTICE
SyStreamPriWarning
Priority::LOG_WARNING

Traits§

SyStreamPri
A PRI tartic marker.
SyStreamSyslogApi
A limited version of SyslogApi which implements only necessary things for streaming.