logfi

Macro logfi 

Source
macro_rules! logfi {
    ($msg:expr) => { ... };
}
Expand description

Macro to automatically capture file and line information for info logs Logs an informational message to a file.

ยงExamples

use fone::logfi;

logfi!("Configuration loaded");