Macro log

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