This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a change to branch async_to_string_logging
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
from 855b323a Allow binary-to-text conversion to be moved to a background
thread
add 12f4842c Add web-site recommendation for performant logging (#547)
add 6d1f87f4 Merge branch 'master' into async_to_string_logging
add 5327796a Support for logchar != char in AsyncBuffer
add 465fe0be Improve naming
add e03a0281 Use AsyncBuffer in a benchmark test
add 226731f5 Allow background thread binary-to-text conversion for other
logging levels
No new revisions were added by this update.
Summary of changes:
src/main/cpp/asyncbuffer.cpp | 2 +-
src/main/cpp/logger.cpp | 25 ++++
src/main/cpp/loggingevent.cpp | 2 +-
src/main/include/log4cxx/helpers/asyncbuffer.h | 152 +++++++++++++++++++++-
src/main/include/log4cxx/logger.h | 40 ++++++
src/site/markdown/performance.md | 62 +++++----
src/test/cpp/asyncappendertestcase.cpp | 4 +-
src/test/cpp/benchmark/benchmark.cpp | 173 +++++++++++++++++++++----
8 files changed, 399 insertions(+), 61 deletions(-)