-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b34
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084395 | emb-9 | Daniel Fuchs | P3 | Resolved | Fixed | team |
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);
- backported by
-
JDK-8084395 Provide a replacement for the API that allowed to listen for LogManager configuration changes
-
- Resolved
-