[][src]Macro seed::log

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

A convenience function for logging to the web browser's console. We use a macro instead of a function to allow flexible input types, and multiple inputs.