**Is your feature request related to a problem? Please describe.** The option `-quiet` is supposed to suppress output. PlantUML is riddled with System.out, System.err and Throwable.printStackTrace usages. **Describe the solution you'd like** Perhaps redirect System.out and System.err towards a _umldoclet.log_ file? **Describe alternatives you've considered** Not sure whether this should only be enabled for `quiet` mode or not. **Additional context** - Discovered while investigating #267