macro_rules! Note {
($input:expr_2021) => { ... };
}Expand description
Progress note to BOTH the log and stderr — Perl Note (_printline): the LOG
always (if a buffer is bound, ANSI-stripped), STDERR only when the verbosity
admits it ($USE_STDERR && $VERBOSITY>=0). The STDERR gate is the decoupled
console verbosity (crate::util::logger::stderr_shows_info), NOT max_level
— under --quiet the log-file floor keeps max_level at Info, but the
console note must still be silenced (issue #763).