remkop opened a new pull request, #824:
URL: https://github.com/apache/logging-log4j2/pull/824

   This PR implements the change discussed in 
https://issues.apache.org/jira/browse/LOG4J2-3472:
   
   Allow the configuration of custom `WaitStrategy` implementations by 
specifying a `org.apache.logging.log4j.core.async.AsyncWaitStrategyFactory` 
implementation.
   Configuration looks similar to the below:
   
   ```xml
   <Configuration>
     <AsyncWaitStrategyFactory
         class="my.package.MyWaitStrategyFactory" />
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to