Module append

Module append 

Source
Expand description

Dispatch log records to various targets.

Structs§

Stderr
An appender that writes log records to standard error.
Stdout
An appender that writes log records to standard output.
Testing
An appender that writes log records that can be captured by a test harness (like cargo test), and thus the outputs are suppressed unless --nocapture or --show-output is specified.

Traits§

Append
An appender that can process log records.