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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: 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);

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

                Created:
                Updated:
                Resolved: