Blocks :
|
|
Duplicate :
|
JDK-8102763 :
|
|
JDK-8102764 :
|
We don't get any benefit out of having an abstraction layer for logging. We could use java.util.logging directly instead of PlatformLogger. PulseLogger could be moved into a leaf package such as Glass. Affected components are: javafx-concurrent (PlatformLogger) javafx-ui-controls (PlatformLogger, in both code and tests) javafx-ui-common (both PlatformLogger and PulseLogger) javafx-ui-quantum (PlatformLogger and PulseLogger) prism-common (PlatformLogger and PulseLogger) javafx-sg-common (PulseLogger) glass-mat (PlatformLogger) javafx-sg-prism (PulseLogger) toys/HelloWorld (PlatformLogger)
|