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

#352 in Debugging

Download history 88468/week @ 2024-10-27 84840/week @ 2024-11-03 81107/week @ 2024-11-10 86059/week @ 2024-11-17 78478/week @ 2024-11-24 91898/week @ 2024-12-01 97662/week @ 2024-12-08 92459/week @ 2024-12-15 25822/week @ 2024-12-22 33056/week @ 2024-12-29 89301/week @ 2025-01-05 118165/week @ 2025-01-12 88867/week @ 2025-01-19 99399/week @ 2025-01-26 107435/week @ 2025-02-02 103571/week @ 2025-02-09

403,070 downloads per month
Used in 261 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