-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7
-
Component/s: None
-
Labels:None
The class in Core, AbstractManager, should track its LoggerContext.
Add:
/** * Gets the logger context used to create this instance or null. The logger context is usually set when an appender * creates a manager and that appender is given a Configuration. Not all appenders are given a Configuration by * their factory method or builder. * * @return the logger context used to create this instance or null. */ public LoggerContext getLoggerContext()
- relates to
-
LOG4J2-1539 Add Core API Configurator.shutdown(LoggerContext, long, TimeUnit)
-
- Resolved
-
- requires
-
LOG4J2-1547 The Core AbstractConfiguration should track its LoggerContext and add Configuration.getLoggerContext()
-
- Resolved
-