You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2015/08/09 18:17:07 UTC

[11/11] logging-log4j2 git commit: Merge branch 'LOG4J2-599-LambdaSupport'

Merge branch 'LOG4J2-599-LambdaSupport'

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b0e473bb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b0e473bb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b0e473bb

Branch: refs/heads/master
Commit: b0e473bb20d84e452172df05e86436f97c51113d
Parents: c49391f bb6cb77
Author: rpopma <rp...@apache.org>
Authored: Mon Aug 10 01:15:17 2015 +0900
Committer: rpopma <rp...@apache.org>
Committed: Mon Aug 10 01:15:17 2015 +0900

----------------------------------------------------------------------
 .../org/apache/logging/log4j/LogManager.java    |  136 +-
 .../java/org/apache/logging/log4j/Logger2.java  |  738 ++++++++++
 .../logging/log4j/spi/AbstractLogger.java       |  401 +++++-
 .../logging/log4j/spi/ExtendedLogger2.java      |   68 +
 .../apache/logging/log4j/util/LambdaUtil.java   |   70 +
 .../logging/log4j/util/MessageSupplier.java     |   40 +
 .../org/apache/logging/log4j/util/Supplier.java |   40 +
 .../org/apache/logging/log4j/Logger2Test.java   | 1257 ++++++++++++++++++
 .../logging/log4j/util/LambdaUtilTest.java      |  137 ++
 src/site/xdoc/index.xml                         |    8 +
 src/site/xdoc/manual/api.xml                    |   23 +
 src/site/xdoc/manual/index.xml                  |    3 +
 12 files changed, 2899 insertions(+), 22 deletions(-)
----------------------------------------------------------------------