Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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()
Attachments
Issue Links
- 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