You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Mariano Gonzalez (JIRA)" <ji...@apache.org> on 2015/04/22 21:43:58 UTC

[jira] [Created] (LOG4J2-998) Make org.apache.logging.log4j.core.Logger#updateConfiguration protected

Mariano Gonzalez created LOG4J2-998:
---------------------------------------

             Summary: Make org.apache.logging.log4j.core.Logger#updateConfiguration protected
                 Key: LOG4J2-998
                 URL: https://issues.apache.org/jira/browse/LOG4J2-998
             Project: Log4j 2
          Issue Type: Improvement
          Components: API
    Affects Versions: 2.1
            Reporter: Mariano Gonzalez


Hello,

I'm using log4j2 as the foundation for a centralized logging infrastructure inside an application container. For such requirement, I need to be able to override the org.apache.logging.log4j.core.Logger#updateConfiguration method. However, that method has package visibility and thus cannot be gracefully overriden.

It'd be great if that method could be protected so that subclasses can redefine it. 

Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org