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
The FlatSVGIcon uses a general logger, so it's not currently possible to disable a log message we don't want without disabling all log messages.
FlatSVGIcon
I'm dynamically loading icons, and if the svg document is invalid I get "severe" errors in the log, that are completely recoverable in my app.
Any chance this could log to a customer logger, for instance by FlatSVGIcon.class please?
FlatSVGIcon.class
The text was updated successfully, but these errors were encountered:
FlatSVGIcon: use log level CONFIG instead of SEVERE and allow dis…
CONFIG
SEVERE
36e4071
…abling logging (issue #823)
I've changed used log level from severe to config and added method FlatSVGIcon.setLoggingEnabled( boolean ) to allow disabling logging for FlatSVGIcon
severe
config
FlatSVGIcon.setLoggingEnabled( boolean )
implemented in latest 3.4.1-SNAPSHOT: https://github.com/JFormDesigner/FlatLaf#snapshots
3.4.1-SNAPSHOT
Sorry, something went wrong.
Thanks, I appreciate the fix.
No branches or pull requests
The
FlatSVGIcon
uses a general logger, so it's not currently possible to disable a log message we don't want without disabling all log messages.I'm dynamically loading icons, and if the svg document is invalid I get "severe" errors in the log, that are completely recoverable in my app.
Any chance this could log to a customer logger, for instance by
FlatSVGIcon.class
please?The text was updated successfully, but these errors were encountered: