Hi,

On Fri, 2001-12-28 at 18:52, Scott M Stark wrote:
> Making this a singleton would require that all loggers
> used the same category name and this is not what we want.

I'm still not getting it. In the constructor, we are getting a static
log4j Category anyways for the given name:

              log = Category.getInstance(name);

I don't see how different loggers should be able to use different
category names with a constructor like this. Wading through the code via
'grep getCategory' doesn't show any use of this either; could you give
me a pointer on where this behaviour is actually used/implemented?

Best regards,
        Christian



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to