Skip to main content

eprintln

Macro eprintln 

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

Print with new line to stderr. Deprecated, consider using log::info instead