console_log

Macro console_log 

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

Logs to the frontend developer console.