log levels & suppressing of messages
Log::Log4perl
goes through a lot of effort to allow you to define which messages to display where and when.
- I think that's wasted effort.
- Mostly because I prefer to have one log file per log level
- (debug.log, info.log etc)