A logging implementation for the log crate that logs structured values synchronously or asynchronously as JSON, CBOR, or other formats to files, stderr, stdout, or other destinations.
# Cargo.toml
[dependencies]
structured-logger = "1.0.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a structured logger that outputs JSON to stdout.
Add `log` as a dependency and enable the `async` feature if using asynchronous logging.
No dependency data recorded yet.