Macro console_web::eprintln

source ·
macro_rules! eprintln {
    ($($args:tt)*) => { ... };
}
Expand description

This macro works the same as the eprintln! from the standard library.

Examples

console_web::eprintln!("The number 42 is {}", 42);