Hi all,

I have an object called Product...  In it's constructor I call an init
method that loads up a log4j_product.prop file...  

I am calling this object from multiple other objects...

When i call it from objectA, I want to have it's logging going to objectA's
log file.

However, when I call it from objectB, I want it to send it's logging to
objectB's log file..  Should I pass in what property file it uses?  Or, will
the category that I definie in my product object automatically pick up the
properties if they are definied in objectA or B?

Eric

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

Reply via email to