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 2022/01/02 18:44:06 UTC

[logging-log4cxx] 01/04: Merge branch 'master' of https://github.com/0-u-0/logging-log4cxx into location-info

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 <ro...@rm5248.com>
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(-)