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

Make statistics on the AsyncAppender's queue length available #374

Closed swebb2066 closed 6 months ago

swebb2066 commented 6 months ago

This PR addresses the user's problem of determining whether the application produces logging events faster than the background thread is able to process.