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

#40 in Debugging

Download history 24108/week @ 2023-12-23 44969/week @ 2023-12-30 65706/week @ 2024-01-06 58914/week @ 2024-01-13 67855/week @ 2024-01-20 70295/week @ 2024-01-27 67997/week @ 2024-02-03 67393/week @ 2024-02-10 69306/week @ 2024-02-17 77412/week @ 2024-02-24 78322/week @ 2024-03-02 75186/week @ 2024-03-09 77043/week @ 2024-03-16 72620/week @ 2024-03-23 71472/week @ 2024-03-30 59990/week @ 2024-04-06

294,342 downloads per month
Used in 233 crates (138 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–780KB
~14K SLoC