13 releases (stable)

Uses old Rust 2015

2.8.0 Aug 26, 2023
2.7.0 Jul 29, 2021
2.6.0 Jan 12, 2021
2.5.0 Mar 19, 2020
0.2.0-alpha2 Feb 24, 2017

#360 in Debugging

Download history 78645/week @ 2024-09-04 75204/week @ 2024-09-11 71055/week @ 2024-09-18 75237/week @ 2024-09-25 66739/week @ 2024-10-02 79878/week @ 2024-10-09 93359/week @ 2024-10-16 93711/week @ 2024-10-23 86148/week @ 2024-10-30 81193/week @ 2024-11-06 82909/week @ 2024-11-13 89066/week @ 2024-11-20 79769/week @ 2024-11-27 95584/week @ 2024-12-04 94841/week @ 2024-12-11 69221/week @ 2024-12-18

357,823 downloads per month
Used in 258 crates (142 directly)

MPL-2.0 OR MIT OR Apache-2.0

32KB
643 lines

slog-async - Asynchronous drain for slog-rs

Travis CI Build Status slog-async on crates.io slog-rs Gitter Chat slog-rs Dependency Status

For more information, help, to report issues etc. see slog-rs.

Note: Unlike other logging solutions slog-rs does not have a hardcoded async logging implementation. This crate is just a reasonable reference implementation. It should have good performance and work well in most use cases. See documentation and implementation for more details.

It's relatively easy to implement custom slog-rs async logging. Feel free to use this one as a starting point.

Dependencies

~540–750KB
~14K SLoC