7 releases (4 stable)
Uses old Rust 2015
1.2.1 | May 11, 2017 |
---|---|
1.2.0 | Oct 22, 2016 |
1.1.0 | Sep 29, 2016 |
#55 in #hierarchical
1,786 downloads per month
Used in 24 crates
(8 directly)
14KB
89 lines
slog-stream - io::Write
streamer for slog-rs
lib.rs
:
io::Write
streamer for slog-rs
One of the main drains not included in the core slog-rs
create.
Streamer
drain serializes logging records into stream of bytes
using given Format
and writes it to a given io::Write
.
Dependencies
~215KB