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.
# Cargo.toml
[dependencies]
flexi_logger = "0.31.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes the logger with a default log level and starts logging.
Add `log` as a dependency.
No dependency data recorded yet.