snowlog 0.1.3

A structured logging library for Rust with JSON output and rotation support
Documentation
1
2
3
4

pub trait Writer: Send + std::fmt::Debug + std::any::Any {
    fn write(&mut self, line: &str) -> std::io::Result<()>;
}