[
https://issues.apache.org/jira/browse/LOG4J2-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory updated LOG4J2-1540:
---------------------------------
Description:
The class in Core, {{AbstractManager}}, should track its {{LoggerContext}}.
Add:
{code:java}
/**
* 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()
{code}
was:
The class in Core, {{AbstractManager}}, should track its {{LoggerContext}}.
> The Core AbstractManager should track its LoggerContext
> -------------------------------------------------------
>
> Key: LOG4J2-1540
> URL: https://issues.apache.org/jira/browse/LOG4J2-1540
> Project: Log4j 2
> Issue Type: New Feature
> Reporter: Gary Gregory
> Assignee: Gary Gregory
>
> The class in Core, {{AbstractManager}}, should track its {{LoggerContext}}.
> Add:
> {code:java}
> /**
> * 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()
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]