macro_rules! logi { ($msg:expr) => { ... }; }
Macro to automatically capture file and line information for info logs Logs an informational message to the console.
use fone::logi; logi!("Application started");