At 16:12 20.01.2003 +0100, Alexander Erk wrote:
First I've tried to refactor the Category into Logger, which worked fine, but then I saw that I also have to change it fromI would concentrate my efforts in making log4jMini compatible with log4j 1.2 ignoring deprecated methods or classes. The aim is to make log4jMini small. If users need 100% backward compatibility then they can use the regular log4j distribution.
public Logger getInstance (String name)
also to
public Logger getLogger(String name)
and in order to keep up backwards compatibility I decided to extend org.apache.log4j.Category and modify org.apache.log4j.Hierarchy
Thus, log4jMini should be under or around 20Kb. In log4j 1.3, chainsaw and lf5 will be placed in separate jar reducing the size of log4j jar to under or around 200Kb.
--
Ceki
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>