For migrating Log4j 1.x to 2.x in java applications that still using Log4j 1.x API OR the application depends on a library which depends on the Log 1.x API. Apache recommends using the bridge jar.
- log4j-api.jar
- log4j-core.jar
- log4j-1.2-api.jar (Log4j 1.x bridge jar)
I am using the bridge since some 3rd party vendor chose not to upgrade to log4j2.x their jars that we use.
(could'nt find the information on Apache site or a way to ask them) Can some one share light on : how long with the bridge library be supported? what would happen if the support for the bridge library is discontinued?