[Webwork-devel] Update Webwork to use Log4j 1.2
Brought to you by:
baldree,
rickardoberg
From: Vedovato P. <pao...@pr...> - 2002-05-16 09:36:00
|
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 |