----- Original Message ----- 
From: "Michael Mason" <[EMAIL PROTECTED]>

> I have a better solution...
> Now configuration happens when the JVM loads the LoggerFactory class
> and this is guaranteed to happen only once.

Which is basically exactly the same as Category already does it.
This will basically running a static initializer before Category's own static 
initializer, isn't it?
Why not extend Category?
Why not use org.apache.log4j.spi.CategoryFactory:makeNewCategoryInstance()?
(just throwing out ideas...)

Mitchell Ackermann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to