#slog #log #logging #config #file

nightly slog-config

Builds slog Drain from text config (eg. file)

3 releases (breaking)

Uses old Rust 2015

0.4.0 May 11, 2017
0.3.0 Mar 20, 2017
0.1.0 Jan 24, 2017

#6 in #config-file

MPL-2.0 license

11KB
152 lines

slog-config - Runtime configuration logging for slog-rs

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

slog-config allows logging configuration based on text description in TOML format, typically loaded from file.


lib.rs:

slog-config allows logging configuration based on text description in TOML format, typically loaded from file.

The resulting configuration is returned as a slog-rs Drain.

Dependencies

~2–3MB
~61K SLoC