Macro log_syntax

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

Prints passed tokens into the standard output.