Crate flexi_syslog

source ·
Expand description

A flexi-logger LogWriter that formats and transports log records to the syslog using the syslog crate.

Re-exports§

Modules§

  • The LogWriter that adapts flexi-logger log records to the syslog.

Functions§

Type Aliases§

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