Skip to main content

NoteSTDERR

Macro NoteSTDERR 

Source
macro_rules! NoteSTDERR {
    ($input:expr_2021) => { ... };
}
Expand description

Progress note to STDERR only — Perl NoteSTDERR (if $USE_STDERR && $VERBOSITY>=0). Never touches the log. Gated on the decoupled console verbosity (crate::util::logger::stderr_shows_info), not max_level (issue #763).