Crate flexi_syslog[][src]

Expand description

An implementation of a flexi_logger LogWriter that writes to syslog through the libc crate.

Re-exports

pub use log_writer::LogWriter;

Modules

Functions

A default formatter if you don’t want to think to hard about it {record.level} {record.target} l:{record.line} {record.args}

A default mapping from log::Level to Severity

Return the executable name.

Type Definitions

Signature for a custom mapping function that maps the rust log levels to values of the syslog Severity.