Crate my_logger
Source pub use logger::*;
- logger
- This is a custom logging library for Rust.
- 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.