Category: Logging

log4j2 tutorials

Create and Configure Log4j2 Async Logger

Project structure In this example we will configure a Log4j2 Async Logger. Asynchronous logging can improve your application’s performance by executing the I/O operations in a separate thread. Asynchronous Loggers internally use the Disruptor,...