slog-rs / atomic

Atomic run-time controllable drain for slog-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Atomic run-time controllable drain for slog-rs

License:Apache License 2.0


Languages

Language:Rust 67.2%Language:Makefile 32.8%