Bridge the log crate and indicatif to stop log lines from mixing up with progress bars.
# Cargo.toml
[dependencies]
indicatif-log-bridge = "0.2.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Integrate log messages with indicatif progress bars to avoid output corruption.
Initialize the LogWrapper early in main, before any logging occurs.
No dependency data recorded yet.