macro_rules! warning { ($message:expr) => { ... }; }
Logs a warning message.
use logfather::*; warning!("This is a warning message");
This macro simplifies the process of logging a message at the Warning level.
Warning