flexi_logger 0.31.9

An easy-to-configure and flexible logger that writes logs to stderr or stdout and/or to files. It allows custom logline formats, and it allows changing the log specification at runtime. It also allows defining additional log streams, e.g. for alert or security messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod age;
mod cleanup;
mod criterion;
mod file_spec;
mod naming;

pub use age::Age;
pub use cleanup::Cleanup;
pub use criterion::Criterion;
pub use file_spec::FileSpec;
pub use naming::Naming;