Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8043306

Provide a replacement for the API that allowed to listen for LogManager configuration changes

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • core-libs

        JDK-8029805 Removed LogManager addPropertyChangeListener and removePropertyChangeListener methods which were deprecated.
        A small number of applications need this functionality and subclassing LogManager is not an option for them.

        We propose to add two new methods to LogManager to provide an equivalent functionality:
        public void LogManager.addConfigurationListener(LogManager.ConfigurationListener listener);
        public void LogManager.removeConfigurationListener(LogManager.ConfigurationListener listener);

              dfuchs Daniel Fuchs
              dfuchs Daniel Fuchs
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: