snowlog 0.1.3

A structured logging library for Rust with JSON output and rotation support
Documentation
1
2
3
4
5
6
7
pub mod console_writer;
pub mod log_entry;
pub mod logger;
pub mod multi_writer;
pub mod rotation_writer;
pub mod writer;