macro_rules! log { ( $ ( $t: tt) *) => { ... }; }
Logging helper that works both on native and WebAssembly targets.