Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnehrer committed Nov 14, 2021
1 parent 9c2fb1f commit 088fa05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

Adapters for connecting structured log records from the [`slog`](https://github.com/slog-rs/slog) crate
into the [`tracing`](https://github.com/tokio-rs/tracing) ecosystem.

Use when a library uses `slog` but your application uses `tracing`.

Heavily inspired by [tracing-log](https://github.com/tokio-rs/tracing/tree/5fdbcbf61da27ec3e600678121d8c00d2b9b5cb1/tracing-log).
6 changes: 5 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//! Adapters for connecting structured log records from the `slog` crate into the `tracing` ecosystem.
//! Adapters for connecting structured log records from the [slog] crate into the [tracing](https://github.com/tokio-rs/tracing) ecosystem.
//!
//! Use when a library uses `slog` but your application uses `tracing`.
//!
//! Heavily inspired by [tracing-log](https://github.com/tokio-rs/tracing/tree/5fdbcbf61da27ec3e600678121d8c00d2b9b5cb1/tracing-log).
use lazy_static::lazy_static;

Expand Down

0 comments on commit 088fa05

Please sign in to comment.