log

Macro log 

Source
macro_rules! log {
    ($string:literal) => { ... };
    ($format:literal, $($e:expr),+) => { ... };
}