Module formatters

Source

Re-exports§

pub use syslog_3146::FormatRfc3146;
pub use syslog_5424::FormatRfc5424;
pub use syslog_file::FormatFile;

Modules§

syslog_3146
syslog_5424
syslog_file

Structs§

SyslogFormatted
A container which holds the formatted message and a range of slices which are suitable for the stderror output or syscons output. Normally, the stderr_range is a message without PRI.

Traits§

SyslogFormatter
A trait for the custom syslog formatter.

Type Aliases§

DefaultSyslogFormatter
A default syslog formatter. For GNU/Linux it is RFC3146
DefaultSyslogFormatterFile
A default syslog message formatter for local files.