> I'm thinking about using fully-qualified class name as 
> category name for
> logger, as recommended in the manual. I just wonder if we 
> have a lot of
> classes in our application. Is it possible that I may end up 
> wasted a lot of instances of Logger for each class ? And finally 
> we may only use several appenders for the whole category hierachy.

You may indeed end up with wasted instances this way - but whether or not that matters 
depends entirely on your application. 1000 objects more or less is unlikely to affect 
the performance of your application unless it is very tightly constrained.

Jon


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

Reply via email to