Macro console_log

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

Macro for log to add arguments support (like in print macro).