Log4j2 Tutorial 3 – Setup Console Appender Using XML Configuration File
In the previous post, we have learned Creating Log4j2 Maven Project With Default Configuration File. When we do not add any configuration file, Log4j2 provides default configuration and prints error and fatal logs on the standard console. In this post, we will add a user-defined XML configuration file. Did you know that I have started…
Read More “Log4j2 Tutorial 3 – Setup Console Appender Using XML Configuration File” »