зеркало из https://github.com/mozilla/gecko-dev.git
be92d942e5 | ||
---|---|---|
.. | ||
examples | ||
.cargo-checksum.json | ||
.travis.yml | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE-MPL2 | ||
Makefile | ||
README.md | ||
lib.rs |
README.md
slog-atomic - Atomic run-time controllable drain for slog-rs
Using slog-atomic
you can create a slog::Drain
that can change behaviour
in a thread-safe way, in runtime. This is useful eg. for triggering different
logging levels from a signal handler.