We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
-quiet
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.
quiet
Additional context
The text was updated successfully, but these errors were encountered:
PlantUML 1.2022.7 finally removed all the printStrackTrace usages, replacing it with a custom Logme utility class wrapping a java.util.Logger.
1.2022.7
Logme
java.util.Logger
Hopefully the System.out and System.err usages get removed soon too.
System.out
System.err
Sorry, something went wrong.
Great thanks!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: