Asynchronous drain for slog-rs that moves logging work off the critical path.
# Cargo.toml
[dependencies]
slog-async = "2.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an asynchronous logger using slog-async.
Ensure an async runtime is active before logging, or use the default `Async::default()` which spawns a dedicated thread.
No dependency data recorded yet.