apache / logging-log4cxx

Apache Log4cxx is a C++ port of Apache Log4j
http://logging.apache.org/log4cxx
Apache License 2.0
273 stars 122 forks source link

Join background threads when LOG4CXX_EVENTS_AT_EXIT=on #381

Closed swebb2066 closed 6 months ago

swebb2066 commented 6 months ago

This PR ensures Log4cxx threads are joined even when LogManager::shutdown is never called

rm5248 commented 6 months ago

The updates make me think that maybe we should have a CI action that builds with the events at exit feature configured to be on to make sure it all builds.

swebb2066 commented 6 months ago

Also need a test case for telnetappender and socketappender