[][src]Macro wasm_game_lib::log

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

A println-like macro. Warning: This is very slow.