You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/05/14 17:16:44 UTC

[logging-log4j2] branch release-2.x updated: Add articles

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

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new e615862  Add articles
e615862 is described below

commit e6158626f25114dd59afe17857c057e9b129c489
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Fri May 14 10:16:29 2021 -0700

    Add articles
---
 src/site/markdown/articles.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/site/markdown/articles.md b/src/site/markdown/articles.md
index 49afbe4..0dc483a 100644
--- a/src/site/markdown/articles.md
+++ b/src/site/markdown/articles.md
@@ -44,6 +44,26 @@ guide for up-to-date and detailed information on how to configure and use Log4j
 
 ## English
 
+* [Log4j2 Tutorial 8 – XML Configuration For Default Rollover Strategy With SizeBasedTriggeringPolicy](http://makeseleniumeasy.com/2021/05/01/log4j2-tutorial-8-xml-configuration-for-default-rollover-strategy-with-sizebasedtriggeringpolicy/)
+(May 1, 2021)
+* [Log4J2 | Create custom log levels and how to use them](https://medium.com/codex/log4j2-create-custom-log-levels-and-how-to-use-them-48685e133fd1)
+(April 29, 2021)  
+* [Log4j2 Tutorial 7 – Working Mechanism Of Default Rollover Strategy](http://makeseleniumeasy.com/2021/04/26/log4j2-tutorial-7-working-mechanism-of-default-rollover-strategy/)
+(April 26, 2021)
+* [Log4j2 Tutorial 6 – Introduction To RollingFileAppender And Its Triggers And Strategies](http://makeseleniumeasy.com/2021/04/20/log4j2-tutorial-6-introduction-to-rollingfileappender-and-its-triggers-and-strategies/)
+(April 20, 2021)
+* [Log4j2 Tutorial 5 – XML Configuration File To Log Into File And Console Using Log4j2 Together](http://makeseleniumeasy.com/2021/04/13/log4j2-tutorial-5-xml-configuration-file-to-log-into-file-and-console-using-log4j2-together/)
+(April, 13, 2021)  
+* [Log4j2 Tutorial 4 – Print Logs In External File Using XML Configuration File Of Log4J2](http://makeseleniumeasy.com/2021/04/09/log4j2-tutorial-4-print-logs-in-external-file-using-xml-configuration-file-of-log4j2/)
+  (April 9, 2021)
+* [Log4j2 Tutorial 3 – Setup Console Appender Using XML Configuration File](http://makeseleniumeasy.com/2021/03/24/log4j2-tutorial-3-setup-console-appender-using-xml-configuration-file/)
+  (March 24, 2021)
+* [Log4j2 Tutorial 2 – Creating Log4j2 Maven Project With Default Configuration File](http://makeseleniumeasy.com/2021/03/17/log4j2-tutorial-2-creating-log4j2-maven-project-with-default-configuration-file/)
+  (March 17, 2021)
+* [Log4j2 Tutorial 1 – Introduction To Apache Log4j2](http://makeseleniumeasy.com/2021/03/11/log4j2-tutorial-1-introduction-to-apache-log4j2/)
+  (March 11, 2021)  
+* [How to make a custom message converter for Log4J2](https://petrepopescu.tech/2021/03/how-to-make-a-custom-message-converter-for-log4j2/)
+(March 4, 2021)  
 * [How to configure Log4j2 in your WildFly applications](http://www.mastertheboss.com/jboss-server/jboss-log/how-to-use-log4j2-in-your-wildfly-applications)
 (August 16, 2020)
 * [Configuring Log4j2 in a Spring Boot 2 application](http://www.masterspringboot.com/configuration/logging/configuring-log4j2-in-spring-boot-applications)