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

#184 in Debugging

Download history 78982/week @ 2024-04-22 73170/week @ 2024-04-29 73083/week @ 2024-05-06 76901/week @ 2024-05-13 81548/week @ 2024-05-20 72855/week @ 2024-05-27 76107/week @ 2024-06-03 74484/week @ 2024-06-10 75200/week @ 2024-06-17 71838/week @ 2024-06-24 61530/week @ 2024-07-01 75891/week @ 2024-07-08 75654/week @ 2024-07-15 73998/week @ 2024-07-22 76500/week @ 2024-07-29 74446/week @ 2024-08-05

303,696 downloads per month
Used in fewer than 135 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