Subject: | Ability to turn on all log levels at once |
It would be nice, especially for WarnLogger, to be able to do
MY_APP_CRAZY_VERBOSE=1 , which would just turn on all the log levels. Or
perhaps the option to have basic hierarchical logging (trace gives you
everything above it too, fatal gives you just fatal).
Any thoughts on this?