Apache log4j is one of several Java logging frameworks and is very popular among Java based applications as it follows the asynchronous logging mechanism which boost the over-all logging performance. log4j 2 makes use of the LMAX Disruptor, a high performance inter-thread messaging library, which reduces the need for kernel logging. Continue reading: How to override log4j properties at runtime
How to override log4j properties at runtime
Comment