tin-logger 0.1.0

A logging library based on flexi_logger with file rotation, console output, and custom formatting support
Documentation
1
2
3
4
5
mod config;
mod logger;

pub use config::LoggerConfig;
pub use logger::Logger;