A logging implementation for the log crate configured via an environment variable.
# Cargo.toml
[dependencies]
env_logger = "0.11.10"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the logger from the RUST_LOG environment variable.
Call env_logger::init() only once, typically at the start of main.
No dependency data recorded yet.