The following methods are not available in Java SE 11:
java.util.logging.LogManager.addPropertyChangeListenerjava.util.logging.LogManager.removePropertyChangeListener
The global LogManager can detect changes
to the logging configuration by overriding the readConfiguration method.
For Javadoc, see Class LogManager.
For more information on Java SE 11 changes, see Removed java.* APIs.