Atomic run-time controllable drain for slog-rs


Keywords
atomic, slog, logging, log
Licenses
MPL-2.0/MIT/Apache-2.0

Documentation

slog-rs logo
Travis CI Build Status slog-atomic on crates.io slog-rs Gitter Chat

slog-atomic - Atomic run-time controllable drain for slog-rs

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.