Crate console_web
Source - eprintln
- This macro works the same as the
eprintln!
from the standard library. - error
- This macro works like the
console.error
function in javascript. - log
- This macro works like the
console.log
function in javascript. - println
- This macro works the same as the
println!
from the standard library.