Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x d48b1d96a -> 6f35cd3cc
Add recent 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/6f35cd3c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6f35cd3c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6f35cd3c Branch: refs/heads/release-2.x Commit: 6f35cd3ccafae8105ae3f8622df0931c9694f004 Parents: d48b1d9 Author: Ralph Goers <[email protected]> Authored: Sun Jun 10 21:38:00 2018 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jun 10 21:38:00 2018 -0700 ---------------------------------------------------------------------- src/site/markdown/articles.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6f35cd3c/src/site/markdown/articles.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/articles.md b/src/site/markdown/articles.md index 071bba2..140adc3 100644 --- a/src/site/markdown/articles.md +++ b/src/site/markdown/articles.md @@ -44,6 +44,12 @@ guide for up-to-date and detailed information on how to configure and use Log4j ## English +* [Log4j2 Tutorial](https://howtodoinjava.com/log4j2/) +(June 3, 2018) +* [In Java How to Create your own Logging Level using Log4j (Configuring Log4j 2)](https://crunchify.com/java-how-to-create-your-own-logging-level-in-log4j-configuring-log4j/) +{May 30, 2018) +* [Programmatic Configuration with Log4j 2](http://www.baeldung.com/log4j2-programmatic-config) +(May 22, 2018) * [Tales from the Field: Migrating from Log4J to Log4J2](https://www.javacodegeeks.com/2018/03/tales-from-the-field-migrating-from-log4j-to-log4j2.html) (March 12, 2018) * [Log4J2 and Java configuration with properties file](https://www.youtube.com/watch?v=sdOiA1Xql0o)
