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

#160 in Debugging

Download history 85002/week @ 2024-11-15 83390/week @ 2024-11-22 86818/week @ 2024-11-29 95802/week @ 2024-12-06 95338/week @ 2024-12-13 37816/week @ 2024-12-20 26909/week @ 2024-12-27 80475/week @ 2025-01-03 118138/week @ 2025-01-10 87996/week @ 2025-01-17 98042/week @ 2025-01-24 106910/week @ 2025-01-31 104602/week @ 2025-02-07 91602/week @ 2025-02-14 114032/week @ 2025-02-21 112554/week @ 2025-02-28

445,425 downloads per month
Used in 263 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