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

#154 in Debugging

Download history 67357/week @ 2024-01-21 70089/week @ 2024-01-28 67596/week @ 2024-02-04 67927/week @ 2024-02-11 69559/week @ 2024-02-18 77424/week @ 2024-02-25 78338/week @ 2024-03-03 74297/week @ 2024-03-10 77733/week @ 2024-03-17 72606/week @ 2024-03-24 71542/week @ 2024-03-31 72588/week @ 2024-04-07 74522/week @ 2024-04-14 78655/week @ 2024-04-21 73690/week @ 2024-04-28 72780/week @ 2024-05-05

303,062 downloads per month
Used in 239 crates (136 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–770KB
~14K SLoC