Custom log4j2 Logger interface
Log4j2 already supports a lot of use cases out of the box. But let’s assume you need to alter the interface of your logger. A new log level for example, or a custom method. This article will describe how you can easily create your own custom logger interface. In our […]