OmixVisualization / qtjambi

QtJambi is a wrapper for using Qt in Java.
http://www.qtjambi.io
Other
365 stars 43 forks source link

Configurable log levels #152

Closed omix closed 1 year ago

omix commented 1 year ago

When using -io.qt.log-messages=true QtJambi channels all Qt loggs to Java logger. Here, every Qt message type is assigned to specific Java log level. Make this configurable.

omix commented 1 year ago

This feature will be available in QtJambi 6.5.1.

All specified values have to be parsable by Level.parse(String).