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 ≈ max_level >= Info).