verbosity property

LogVerbosity verbosity
getter/setter pair

How much reaches the terminal. The log file always receives everything.

Set once from the global flags in main; every logger instance reads it, which is what keeps --quiet consistent across sub-commands.

Implementation

static LogVerbosity verbosity = LogVerbosity.normal;