exec_logger 0.1.1

A logging library focused on organizing logs per execution with automatic housekeeping
Documentation
1
2
3
4
5
6
//! Exec Logger: A logging library focused on organizing logs per execution with automatic housekeeping

pub mod config;
pub mod log;
pub mod log_level;
pub mod logger;