Macro console_web::log
source · macro_rules! log {
($($args:tt,)*) => { ... };
($($args:tt),*) => { ... };
}Expand description
This macro works like the console.log function in javascript.
macro_rules! log {
($($args:tt,)*) => { ... };
($($args:tt),*) => { ... };
}This macro works like the console.log function in javascript.