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

#452 in Debugging

Download history 73445/week @ 2024-07-23 76132/week @ 2024-07-30 76402/week @ 2024-08-06 76581/week @ 2024-08-13 72865/week @ 2024-08-20 77903/week @ 2024-08-27 79562/week @ 2024-09-03 75169/week @ 2024-09-10 70558/week @ 2024-09-17 75823/week @ 2024-09-24 69457/week @ 2024-10-01 74805/week @ 2024-10-08 91107/week @ 2024-10-15 94794/week @ 2024-10-22 86873/week @ 2024-10-29 82471/week @ 2024-11-05

370,247 downloads per month
Used in fewer than 139 crates

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–760KB
~14K SLoC