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

Logging helper that works both on native and WebAssembly targets.