Crates.io | slog-atomic |
lib.rs | slog-atomic |
version | 3.1.0 |
source | src |
created_at | 2016-09-09 06:43:44.46654 |
updated_at | 2021-03-25 20:03:55.87158 |
description | Atomic run-time controllable drain for slog-rs |
homepage | https://github.com/slog-rs/slog |
repository | https://github.com/slog-rs/atomic |
max_upload_size | |
id | 6292 |
size | 51,283 |
Using slog-atomic
you can create a slog::Drain
that can change behavior
in a thread-safe way, in runtime. This is useful eg. for triggering different
logging levels from a signal handler.