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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to