You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sw...@apache.org on 2022/12/12 10:52:12 UTC

[logging-log4cxx] branch document_auto_configure updated (199ee048 -> 926dfb45)

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

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


    from 199ee048 Fix typo
     add 926dfb45 Ensure documented example code builds

No new revisions were added by this update.

Summary of changes:
 src/examples/cpp/CMakeLists.txt     |  5 +++-
 src/examples/cpp/MyApp.cpp          | 17 +++++++++++++
 src/examples/cpp/MyApp.properties   | 17 +++++++++++++
 src/examples/cpp/com/foo/bar.cpp    |  9 +++++++
 src/examples/cpp/com/foo/bar.h      | 13 ++++++++++
 src/examples/cpp/com/foo/config.cpp | 24 ++++++++++++++++++
 src/examples/cpp/com/foo/config.h   | 10 ++++++++
 src/site/markdown/usage.md          | 50 +++++++++++++++++++------------------
 8 files changed, 120 insertions(+), 25 deletions(-)
 create mode 100644 src/examples/cpp/MyApp.cpp
 create mode 100644 src/examples/cpp/MyApp.properties
 create mode 100644 src/examples/cpp/com/foo/bar.cpp
 create mode 100644 src/examples/cpp/com/foo/bar.h
 create mode 100644 src/examples/cpp/com/foo/config.cpp
 create mode 100644 src/examples/cpp/com/foo/config.h