Macro console_log

Source
macro_rules! console_log {
    () => { ... };
    ($arg:expr) => { ... };
    ($arg1:expr,$arg2:expr) => { ... };
}