Repository: logging-log4j2 Updated Branches: refs/heads/master 370d95f21 -> 8b937406a
Add a few new article links Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8b937406 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8b937406 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8b937406 Branch: refs/heads/master Commit: 8b937406a511ce56b95cc9c4ab8d3f4a6aaeb714 Parents: 370d95f Author: Ralph Goers <[email protected]> Authored: Tue Apr 26 14:51:38 2016 -0700 Committer: Ralph Goers <[email protected]> Committed: Tue Apr 26 14:51:51 2016 -0700 ---------------------------------------------------------------------- src/site/xdoc/articles.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b937406/src/site/xdoc/articles.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/articles.xml b/src/site/xdoc/articles.xml index 6a8c0e0..2cb3b84 100644 --- a/src/site/xdoc/articles.xml +++ b/src/site/xdoc/articles.xml @@ -31,6 +31,14 @@ <subsection name="English"> <ul> <li> + <a href="https://springframework.guru/asynchronous-logging-with-log4j-2/">Asynchronous Logging With Log4j 2</a> + (March 31, 2016) + </li> + <li> + <a href="http://marxsoftware.blogspot.com/2015/10/log4j2-non-logging-performance.html">Better Performing Non-Logging Logger Calls in Log4j2</a> + (October 15, 2015) + </li> + <li> <a href="https://garygregory.wordpress.com/2015/09/16/a-gentle-introduction-to-the-log4j-api-and-lambda-basics/">Writing clean logging code using Java 8 lambdas</a> (September 16, 2015) </li>
