It demos a method of extending Log4j2 using Converters as well as a method for testing the converter
Type the following command to run the tests using Maven. You will need Maven installed of course
mvn install
How to create a custom Log4j2 Converter and test it using a custom Appender
Java