Hi, I want to use LogKit to do logging in a J2EE application and in order to access consistently my components I want to mount the Logger in the JNDI tree. I have an object that implements javax.naming.Referenceable that contains the information about how to configure the Logger and a javax.naming.spi.ObjectFactory that will create the Logger/-s when a lookup is done. My question is: should I create a new Logger each time in the ObjectFactory or should I pass the same Logger instance?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
