[][src]Macro glore::log

macro_rules! log {
    ($($arg:tt)*) => { ... };
}

Use this macro log any argrument

log!("log one: {}", 1);