A DESCRIPTION OF THE PROBLEM :
When logging level is debug then WebView outputs performance statistics to the console. See https://github.com/openjdk/jfx/blob/5993c09eb21136d7371d355b72cb4b2e5b77c49d/modules/javafx.web/src/main/java/com/sun/webkit/perf/PerfLogger.java#L311
I think that no one library can do it (just imagine all libraries use standard output as they wish). As the same time, if WebView developers can't use logger then system parameter can be added to disable this output. Something like com.sun.webkit.perf.enabled=false.
FREQUENCY : always
When logging level is debug then WebView outputs performance statistics to the console. See https://github.com/openjdk/jfx/blob/5993c09eb21136d7371d355b72cb4b2e5b77c49d/modules/javafx.web/src/main/java/com/sun/webkit/perf/PerfLogger.java#L311
I think that no one library can do it (just imagine all libraries use standard output as they wish). As the same time, if WebView developers can't use logger then system parameter can be added to disable this output. Something like com.sun.webkit.perf.enabled=false.
FREQUENCY : always