macro_rules! log {
    ($($arg:expr),+) => { ... };
}
Expand description

Calls console.log()