macro_rules! eprintln { () => { ... }; ($($arg:tt)*) => { ... }; }
eprintln alternative to write message with ERROR priority.
eprintln