Description
Mostly because of the introduction of LMAX Disruptor library in log4j 2, but not only, I want to upgrade log4j to log4j 2
The migration does not seem too hard to do. I found only usage of Appender when unloading containers and of course in
Debug.java; Appender and LoggerRepository classes
There is also a easy to install bridge for SLF4J
About LMAX Disruptor, here is a brief introduction,
I discovered the usage of LMAX Disruptor in log4j2 through this blog entry