[][src]Macro web_worker::console_log

macro_rules! console_log {
    ($($t:tt)*) => { ... };
}

Macro allowing to write to the js/browser's console. You must import web_worker::log into scope to use this macro.