Macro web_log::eprintln[][src]

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

eprintln alternative to write message with ERROR priority.