Skip to main content

stderr_shows_info

Function stderr_shows_info 

Source
pub fn stderr_shows_info() -> bool
Expand description

Whether STDERR currently shows Info-level progress notes — Perl $VERBOSITY >= 0. The Note!/NoteSTDERR! macros gate their STDERR echo on this, decoupled from the log-file floor so --quiet silences the console note while the log keeps it (issue #763).