log

Macro log 

Source
macro_rules! log {
    ($tag:literal, $fmt:literal) => { ... };
    ($tag:literal, $fmt:literal, $($arg:tt)*) => { ... };
}