Thanks for the clarification. Does the adapter enable no code change on the existing application code using log4j 1.2.x logging? Moreover, does it mean that I can use both log4j and log4j2 to log via log4j2 implementation in my application code?
On Fri, Oct 19, 2012 at 11:52 AM, Ralph Goers <[email protected]>wrote: > As shown below, the log4j12-api jar replaces log4j.jar and passes all the > Log4j 1.x logging calls to Log4j 2. This is usually what is wanted. > > If you still want the "real" log4j 1.x then leave log4j.jar and remove > log4j12-api.jar. > > Ralph >
