This is an automated email from the ASF dual-hosted git repository. rmiddleton pushed a commit to branch location-info in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 663d6c1f4294dcbb50f66a6a1178dd8450de6088 Merge: 6505a08 5f09910 Author: Robert Middleton <[email protected]> AuthorDate: Sun Jan 2 11:59:14 2022 -0500 Merge branch 'master' of https://github.com/0-u-0/logging-log4cxx into location-info src/main/cpp/CMakeLists.txt | 5 +- src/main/cpp/locationinfo.cpp | 32 +++++++++++ src/main/cpp/patternlayout.cpp | 3 + src/main/cpp/shortfilelocationpatternconverter.cpp | 49 ++++++++++++++++ .../pattern/shortfilelocationpatternconverter.h | 67 ++++++++++++++++++++++ src/main/include/log4cxx/patternlayout.h | 6 ++ .../include/log4cxx/spi/location/locationinfo.h | 9 +++ src/test/cpp/patternlayouttest.cpp | 8 +++ .../resources/input/patternLayout14.properties | 21 +++++++ src/test/resources/witness/patternLayout.14 | 10 ++++ 10 files changed, 208 insertions(+), 2 deletions(-)
