Macro quad_wasmnastics::console_log[][src]

macro_rules! console_log {
    ($msg:expr) => { ... };
    ($fmt:literal , $($args:expr),* $(,)*) => { ... };
}
Expand description

Log things to the console on the web and stdout on desktop.