apache / logging-log4cxx

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

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

Closed swebb2066 closed 7 months ago

swebb2066 commented 7 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.