Files
java-tutorials/logging-modules/log4j2/README.md
T

7 lines
400 B
Markdown
Raw Normal View History

2017-03-18 20:25:06 +01:00
### Relevant articles
- [Intro to Log4j2 Appenders, Layouts and Filters](http://www.baeldung.com/log4j2-appenders-layouts-filters)
2017-09-16 15:26:29 +06:00
- [Log4j 2 and Lambda Expressions](http://www.baeldung.com/log4j-2-lazy-logging)
2018-06-01 18:04:12 +06:00
- [Programmatic Configuration with Log4j 2](http://www.baeldung.com/log4j2-programmatic-config)
2018-09-07 16:56:13 +06:00
- [Creating a Custom Log4j2 Appender](https://www.baeldung.com/log4j2-custom-appender)