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/21 22:31:15 UTC

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

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 d43c8d2  Merge pull request #53 from rm5248/legacy-compilers
     new cfe3afd  Added test for multithreading exit
     new 565fdea  Testing by changing type of hierarchy
     new 119f1fb  Move the setting of the hierarchy
     new f169bdf  Fixed tests for hierarchy
     new d10d1eb  Remove checks for rep being valid, as if it is not the test should fail
     new 96ef0cc  Merge pull request #55 from rm5248/logcxx-322

The 2085 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/hierarchy.cpp                      |  18 +++-
 src/main/cpp/logger.cpp                         |  43 ++++++----
 src/main/cpp/logmanager.cpp                     |   2 +-
 src/main/include/log4cxx/hierarchy.h            |  10 +++
 src/main/include/log4cxx/logger.h               |   6 +-
 src/test/cpp/CMakeLists.txt                     |   1 +
 src/test/cpp/customlogger/xlogger.cpp           |  12 ++-
 src/test/cpp/customlogger/xloggertestcase.cpp   |   5 +-
 src/test/cpp/encodingtest.cpp                   |   5 +-
 src/test/cpp/hierarchythresholdtestcase.cpp     |   5 +-
 src/test/cpp/l7dtestcase.cpp                    |   5 +-
 src/test/cpp/loggertestcase.cpp                 |   2 +-
 src/test/cpp/mdctestcase.cpp                    |   5 +-
 src/test/cpp/minimumtestcase.cpp                |   5 +-
 src/test/cpp/multithreadtest.cpp                | 106 ++++++++++++++++++++++++
 src/test/cpp/ndctestcase.cpp                    |   5 +-
 src/test/cpp/net/socketservertestcase.cpp       |   5 +-
 src/test/cpp/patternlayouttest.cpp              |   3 +-
 src/test/cpp/varia/errorhandlertestcase.cpp     |   5 +-
 src/test/cpp/varia/levelmatchfiltertestcase.cpp |   5 +-
 src/test/cpp/varia/levelrangefiltertestcase.cpp |   5 +-
 src/test/cpp/xml/domtestcase.cpp                |   5 +-
 src/test/cpp/xml/xmllayouttestcase.cpp          |   5 +-
 23 files changed, 226 insertions(+), 42 deletions(-)
 create mode 100644 src/test/cpp/multithreadtest.cpp