| commit | a4a292fe793a3df1facfca797500f63a8e3ca15a | [log] [tgz] |
|---|---|---|
| author | Stephen Webb <stephen.webb@ieee.org> | Sun Sep 28 10:04:32 2025 +1000 |
| committer | GitHub <noreply@github.com> | Sun Sep 28 10:04:32 2025 +1000 |
| tree | b6777a0986fdc9c130e74ea2034e0f60bb2fb95d | |
| parent | 4d5b10f2012e28333c01950c08238a57ff4fc104 [diff] |
Improve AsyncAppender unit test reliability (#544) * Use a separate test for logging from an appender * Check the discard logic corresponds to the documented behaviour * Add debug to show which messages were discarded * Ensure appender logged events are discarded when the buffer is full * Ensure only appender logged events are discarded when Blocking mode is on * Do not wait on the dispatch thread when an attached appender logged the event
Apache Log4cxx is a logging framework for C++.
For answers to such questions as “What is logging?”, “What should a logging framework do?” and “How to do logging properly?” refer to the logging overview page.
The quick start guide shows what code you write to use Log4cxx in your project.
For other information about Log4cxx (e.g. getting help, official release downloads, building Log4cxx) use the Log4cxx project website.
Log4cxx is part of the Apache Logging Services PMC.