Repository: logging-log4j2 Updated Branches: refs/heads/master 563d55e85 -> 1c25f7bd8
Add articles. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1c25f7bd Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1c25f7bd Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1c25f7bd Branch: refs/heads/master Commit: 1c25f7bd8c307aaa7b2902609ae4e34c92facfa2 Parents: 563d55e Author: ggregory <[email protected]> Authored: Wed Sep 23 15:41:39 2015 -0700 Committer: ggregory <[email protected]> Committed: Wed Sep 23 15:41:39 2015 -0700 ---------------------------------------------------------------------- src/site/xdoc/articles.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1c25f7bd/src/site/xdoc/articles.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/articles.xml b/src/site/xdoc/articles.xml index 5753fe3..6a8c0e0 100644 --- a/src/site/xdoc/articles.xml +++ b/src/site/xdoc/articles.xml @@ -31,6 +31,18 @@ <subsection name="English"> <ul> <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> + <li> + <a href="https://garygregory.wordpress.com/2015/09/10/the-art-of-test-driven-development-understanding-logging/">The Art of Test Driven Development: Understanding Logging</a> + (September 10, 2015) + </li> + <li> + <a href="https://garygregory.wordpress.com/2015/09/08/the-art-of-test-driven-development-per-test-logging/">The Art of Test Driven Development: Per-Test Logging</a> + (September 8, 2015) + </li> + <li> <a href="http://www.infoq.com/news/2015/09/interview-log4j-pmc">The Transition to a New Log4j: a Q&A with Log4j's Project Management Committee</a> (September 8, 2015) </li>
