Re: [Webwork-devel] Update Webwork to use Log4j 1.2
Brought to you by:
baldree,
rickardoberg
From: Mike Cannon-B. <mi...@at...> - 2002-05-16 09:46:55
|
Please do NOT update Webwork as below ;) Use log4j 1.2 by all means, but by changing Category to Logger etc you stop anyone using WebWork with old log4j versions. Log4j 1.2 is backward compatible with previous releases of log4j only if you leave the Category and Priority stuff in there. For example this would break JIRA as other open source components we use are based on previous versions of log4j. I imagine there are a lot of other users in this boat too. Cheers, Mike Mike Cannon-Brookes mi...@at... ATLASSIAN - Your J2EE Expert Partner -------------------------------------------------------- > Brilliant Software - http://www.atlassian.com/software > Legendary Services - http://www.atlassian.com/support On 16/5/02 7:35 PM, "Vedovato Paolo" (pao...@pr...) penned the words: > Hi Webworker > > Since Log4j 1.2 was released I think it's time to update webwork to use this > version too. > > I believe there are some changes to do: > > From jakarta: > " ... One important change is the replacement of the Category class with > Logger class and the Priority class with the Level class in order to > facilitate migrating from the JDK 1.4 logging API to log4j. > > ... The only exception is the renaming of the CategoryFactory class to > LoggerFactory class such that subclasses of Category class to be modified > and recompiled. By the way, we strongly discourage casual users from > subclassing the Category or Logger classes. " > > Cheers > -Paolo > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel |