macro_rules! log_syntax { ($($arg:tt)*) => { ... }; }
log_syntax
Prints passed tokens into the standard output.