You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/03/22 12:27:39 UTC

[logging-log4cxx] branch master updated (96ef0cc -> d36cb80)

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git.


    from 96ef0cc  Merge pull request #55 from rm5248/logcxx-322
     new 2095f3a  Added macros that utilize libfmt
     new 7942b0f  Added documentation and example using fmt
     new 5b7b835  Made query for fmt quiet
     new d36cb80  Merge pull request #54 from rm5248/LOGCXX-515

The 2089 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/examples/cpp/CMakeLists.txt    |  9 ++++
 src/examples/cpp/format-string.cpp | 59 +++++++++++++++++++++++++
 src/main/include/log4cxx/logger.h  | 90 ++++++++++++++++++++++++++++++++++++++
 src/site/markdown/usage.md         | 34 ++++++++++++++
 4 files changed, 192 insertions(+)
 create mode 100644 src/examples/cpp/format-string.cpp