macro_rules! logfi { ($msg:expr) => { ... }; }
Macro to automatically capture file and line information for info logs Logs an informational message to a file.
use fone::logfi; logfi!("Configuration loaded");