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!.
- SyStream
PriAlert - Priority::LOG_ALERT
- SyStream
PriCrit - Priority::LOG_CRIT
- SyStream
PriDebug - Priority::LOG_DEBUG
- SyStream
PriEmerg - Priority::LOG_EMERG
- SyStream
PriErr - Priority::LOG_ERR
- SyStream
PriInfo - Priority::LOG_INFO
- SyStream
PriNotice - Priority::LOG_NOTICE
- SyStream
PriWarning - Priority::LOG_WARNING
Traits§
- SyStream
Pri - A PRI tartic marker.
- SyStream
Syslog Api - A limited version of
SyslogApiwhich implements only necessary things for streaming.