I've followed this debate for years now and it's hard to really justify (to my mind at least) not simply going with Log4j. It's all but a standard. I've used the JDK's logging facility and SLF4J and there simply is no added benefit to a facade API. The only real justification would be a project where one didn't want to use *any* additional libraries. As JSPWiki is hardly in that category I'd recommend simply including the log4j.jar file and being done with it. Log4j works fine and pretty much the entire Java community knows and uses it. Having a facade over it doesn't really provide any benefits and makes log configuration just a bit more complicated, especially when JSPWiki is being used in a mixed logging environment.
So I'd be interested in hearing the arguments in favour of SLF4j, i.e., what actual gains are expected. Ichiro On Mon, Jul 29, 2013 at 4:17 AM, Glen Mazza (JIRA) <j...@apache.org> wrote: > Glen Mazza created JSPWIKI-795: > ---------------------------------- > > Summary: Update logging subsystem in JSPWiki > Key: JSPWIKI-795 > URL: https://issues.apache.org/jira/browse/JSPWIKI-795 > Project: JSPWiki > Issue Type: Improvement > Reporter: Glen Mazza > > > Juan Pablo recommended a switch to SLF4J + [Logback | Log4j2]. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira >