macro_rules! log { ($($t:tt)*) => { ... }; }
Uses println!()-style formatting to log something to the console (in the browser) or via println!() (if not in the browser).
println!()