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/16 23:45:57 UTC

[logging-log4cxx] branch document_auto_configure updated (08f70933 -> e9332c77)

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 08f70933 Stop doxygen generating an 'examples' page
     add e9332c77 De-duplicate using \include from examples

No new revisions were added by this update.

Summary of changes:
 src/examples/cpp/CMakeLists.txt                    |   6 +-
 src/examples/cpp/MyApp1.cpp                        |  24 ++++
 src/examples/cpp/{MyApp.cpp => MyApp2.cpp}         |   0
 src/examples/cpp/UserLib/logmanager.cpp            |  51 +++-----
 .../cpp/com/foo/{config.cpp => config1.cpp}        |   6 +-
 .../cpp/com/foo/{config.cpp => config2.cpp}        |   3 -
 src/examples/cpp/example.log                       |   9 ++
 src/site/markdown/usage.md                         | 142 +--------------------
 8 files changed, 62 insertions(+), 179 deletions(-)
 create mode 100644 src/examples/cpp/MyApp1.cpp
 rename src/examples/cpp/{MyApp.cpp => MyApp2.cpp} (100%)
 copy src/examples/cpp/com/foo/{config.cpp => config1.cpp} (71%)
 rename src/examples/cpp/com/foo/{config.cpp => config2.cpp} (78%)
 create mode 100644 src/examples/cpp/example.log