[
https://issues.apache.org/jira/browse/LOG4J2-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135098#comment-13135098
]
Ralph Goers commented on LOG4J2-15:
-----------------------------------
In the experimental version of Log4j 2.0 the RoutingAppender suppprts dynamic
creation of Appenders. In theory, the Configuration supports lazy
initialization of any component simply by marking the Plugin with deferChildren
= true.
> Provide a "Proxy" Appender to support lazy initialization of Appenders.
> ------------------------------------------------------------------------
>
> Key: LOG4J2-15
> URL: https://issues.apache.org/jira/browse/LOG4J2-15
> Project: Log4j 2
> Issue Type: Improvement
> Components: Appenders
> Reporter: Ralph Goers
>
> In the environment I work in we share the logging configuration across
> several JVMs. Some Appender definitions might not apply to a particular JVM.
> Rather than requiring the classes for the actual appender be available during
> initialization we had our own logging framework that supported Appender
> creation the first time it was published to. This can be accomplished by
> configuring a Proxy and the actual Appender under the proxy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]