Macro yareio_sys::log [−][src]
macro_rules! log { ($($arg:expr),+) => { ... }; }
Expand description
Calls console.log() with the given comma-separated list of Into<JsValue> arguments.
macro_rules! log { ($($arg:expr),+) => { ... }; }
Calls console.log() with the given comma-separated list of Into<JsValue> arguments.