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

#49 in Debugging

Download history 61333/week @ 2024-01-03 59864/week @ 2024-01-10 64904/week @ 2024-01-17 68545/week @ 2024-01-24 70963/week @ 2024-01-31 65982/week @ 2024-02-07 67818/week @ 2024-02-14 75038/week @ 2024-02-21 77877/week @ 2024-02-28 75974/week @ 2024-03-06 75162/week @ 2024-03-13 77303/week @ 2024-03-20 69240/week @ 2024-03-27 73321/week @ 2024-04-03 74259/week @ 2024-04-10 62021/week @ 2024-04-17

292,667 downloads per month
Used in 238 crates (135 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