Provides compatibility between tracing and the log crate, allowing log records to be captured by tracing subscribers.
# Cargo.toml
[dependencies]
tracing-log = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a LogTracer to forward log records to tracing.
Call LogTracer::init() early in main.
No dependency data recorded yet.