Hi Devs, Actually, I have two questions on openejb logger.
1, What's the benefit to use a customized logger factory with assigned category ? 2, What's the reason to use "org.apache.openejb.util.resources" instead of the owner class name as the loggers' basename in most of classes ? An example of #2 above could be found in MdbInstanceFactory: org.apache.openejb.core.mdb.MdbInstanceFactory.logger = Logger.getInstance(LogCategory.OPENEJB, "org.apache.openejb.util.resources"); -- Shawn
