Crate my_logger

Source

Re-exports§

pub use logger::*;

Modules§

logger
This is a custom logging library for Rust.

Macros§

log
This is a custom logging library for Rust. Logs a message to a file with a timestamp.
logd
Logs a debug message to the terminal with a timestamp.
logw
Logs a warning message to the log file with a timestamp.