This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a change to branch improve_async_appender
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
from 18bad3a2 Merge branch 'improve_async_appender' of
https://github.com/apache/logging-log4cxx into improve_async_appender
add ce8cfab5 Remove unnessessary indirection in AsyncAppender (#353)
add a5ef154b When calculating the short filename, make sure it is not null
(#354)
add 4140fbd4 AppenderSkeleton constructor did not correctly use layout
initializer (#356)
add 76b3ad2f Improve utility of benchmark checks (#355)
add 65a44780 Document AsyncAppender behaviour more completely (#357)
add 0b64a73c Merge branch 'master' of
https://github.com/apache/logging-log4cxx
add 04518326 Benchmark should include the cost of buffered I/O (#358)
add 03c58c50 Merge branch 'master' of
https://github.com/apache/logging-log4cxx
add 379a6e9f Benchmark async checks should use AsyncAppender (#359)
new 5ec8ac2a Merge branch 'master' of
https://github.com/apache/logging-log4cxx
new 10c4ffb0 Merge branch 'master' into improve_async_appender
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/main/cpp/appenderskeleton.cpp | 4 +-
src/main/cpp/asyncappender.cpp | 10 +-
src/main/include/log4cxx/asyncappender.h | 40 +++++--
.../include/log4cxx/spi/location/locationinfo.h | 1 +
src/test/cpp/benchmark/benchmark.cpp | 133 ++++++++++++++-------
5 files changed, 127 insertions(+), 61 deletions(-)