daily-logger 0.1.1

A Rust logging library that provides daily file rotation and colored console output with support for order-specific logging.
Documentation
1
2
3
4
5
// lib.rs

pub mod logger;

pub use logger::init_logger;