Expand description
Adapters for connecting structured log records from the slog crate into the tracing ecosystem.
Use when a library uses slog
but your application uses tracing
.
Heavily inspired by tracing-log.
Structsยง
- Tracing
Slog Drain - A slog Drain that converts records into tracing events.