Re-exports§
pub use syslog_3146::FormatRfc3146;
pub use syslog_5424::FormatRfc5424;
pub use syslog_file::FormatFile;
Modules§
Structs§
- Syslog
Formatted - 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 withoutPRI
.
Traits§
- Syslog
Formatter - A trait for the custom syslog formatter.
Type Aliases§
- Default
Syslog Formatter - A default syslog formatter. For GNU/Linux it is RFC3146
- Default
Syslog Formatter File - A default syslog message formatter for local files.