2015-05-29 17:21 GMT+02:00 Mike Kienenberger <mkien...@gmail.com>: > I am also interested in SLF4J support (sorry, Chris, but if you're > going to propose switching to commons-logging, you might as well go > with SLF4J: http://www.slf4j.org/faq.html#why_new_project) and my long > term goals include getting MyFaces and Cayenne to switch to slf4j. > But it's not a priority. >
In theory, Velocity 2.0 has support for SLF4J: http://svn.apache.org/repos/asf/velocity/engine/trunk/velocity-engine-slf4j/ Moreover, remember that you can use jcl-over-slf4j to mimic commons-logging while redirecting commons-logging messages to slf4j. Antonio