Relative Content

Tag Archive for javaspringlog4j2junit5maven-surefire-plugin

Log4j2 RoutingAppender with ListAppenders across Multiple Threads

I’m attempting to unit test the output of any logging coming from Log4j2 in my application Spring application via JUnit5. To help with this, I’ve created a JUnit5 extension that creates a WriterAppender before each test that I can use to verify any logged messages.