eprintln

Macro eprintln 

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

eprintln alternative to write message with ERROR priority.