You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2019/01/14 02:43:23 UTC

[logging-log4j2] branch master updated (3ebaf1d -> 2c6d732)

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

ckozak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 3ebaf1d  Promote the Log4j API
     add c58a876  LOG4J2-2530 Generalize check for MapMessage, so that StructuredDataMessage are logged as well as StringMapMessage and ohter subtypes
     new 2c6d732  Merge pull request #250 from travisspencer/master

The 1 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:
 .../apache/logging/log4j/message/MapMessage.java   | 34 +++++++--
 .../log4j/core/pattern/MapPatternConverter.java    | 60 +++++++++------
 .../core/pattern/MapPatternConverterTest.java      | 27 +++++++
 .../logging/log4j/lookup/MapMessageLookup.java     | 22 ++----
 .../apache/logging/log4j/MapMessageLookupTest.java | 89 ++++++++++++++++++++++
 5 files changed, 187 insertions(+), 45 deletions(-)
 create mode 100644 log4j-samples/log4j-samples-loggerProperties/src/test/java/org/apache/logging/log4j/MapMessageLookupTest.java


[logging-log4j2] 01/01: Merge pull request #250 from travisspencer/master

Posted by ck...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ckozak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 2c6d73256f579cfc2840bb6f98d7a546a0ed959b
Merge: 3ebaf1d c58a876
Author: Carter Kozak <c4...@gmail.com>
AuthorDate: Sun Jan 13 21:43:18 2019 -0500

    Merge pull request #250 from travisspencer/master
    
    LOG4J2-2530 Generalize check for MapMessage

 .../apache/logging/log4j/message/MapMessage.java   | 34 +++++++--
 .../log4j/core/pattern/MapPatternConverter.java    | 60 +++++++++------
 .../core/pattern/MapPatternConverterTest.java      | 27 +++++++
 .../logging/log4j/lookup/MapMessageLookup.java     | 22 ++----
 .../apache/logging/log4j/MapMessageLookupTest.java | 89 ++++++++++++++++++++++
 5 files changed, 187 insertions(+), 45 deletions(-)