[][src]Macro seed::log

macro_rules! log {
    { $($expr:expr),* $(,)* } => { ... };
}

A convenience function for logging to the web browser's console. We use a macro to supplement the log function to allow multiple inputs.