Port of the standard env_logger to the slog logging framework, allowing environment-variable-based log filtering.
# Cargo.toml
[dependencies]
slog-envlogger = "2.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a slog logger that filters log records based on the RUST_LOG environment variable.
Add slog-term and slog to Cargo.toml, and wrap a terminal drain with EnvLogger.
No dependency data recorded yet.