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

Helper macro which acts like println! only routes to console.log instead.