https://issues.apache.org/bugzilla/show_bug.cgi?id=50614

--- Comment #7 from Remko Popma <remko.po...@gmail.com> ---
Perhaps the quickest way to see how the adapter works is to look at the log4j2
FAQ page: http://logging.apache.org/log4j/2.x/faq.html

Basically, you remove the log4j-1.2.x.jar from the classpath, and instead you
add the following three log4j2 jars: api, core and 1.2-api. That's it. Your
application that is coded against the log4j-1.2.x API will now work with the
new log4j2 implementation. 

You will need to create a log4j2.xml configuration file (slightly different
syntax as log4j-1.2.x), but the log4j2 web site has tons of example
configurations to get you started.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to