rm5248 opened a new pull request #68: URL: https://github.com/apache/logging-log4cxx/pull/68
In order to provide a way to block signals to threads created by log4cxx, a new API has been created to set functions that will be called before a thread has started, information about the thread that has started, and after the thread has started. The idea is to give the end-user control over how they want pre/post functions to do. Sample functions (to fix LOGCXX-431) are provided, but can always be overridden. Documentation on how Log4cxx deals with threads has also been added. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
