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 |
|
#184 in Debugging
303,696 downloads per month
Used in fewer than 135 crates
32KB
643 lines
slog-async - Asynchronous drain for slog-rs
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