log_t 0.1.0

A simple logging library written by somebody learning Rust at the time
Documentation
1
2
3
4
5
mod logger;
mod file_logger;

pub use crate::logger::logging_abstraction;
pub use crate::file_logger::logging_implementations;