Crates.io | slog-async |
lib.rs | slog-async |
version | 2.8.0 |
source | src |
created_at | 2017-02-19 08:14:16.104315 |
updated_at | 2023-08-26 22:31:33.401865 |
description | Asynchronous drain for slog-rs |
homepage | https://github.com/slog-rs/slog |
repository | https://github.com/slog-rs/async |
max_upload_size | |
id | 8578 |
size | 64,318 |
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.