[][src]Macro wasm_game_lib::elog

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

A eprintln-like macro. Warning: This is extremely slow.