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

Wrap the web_sys access to the browser console in a macro for easy logging