Hi Shawn, David will have a better answer but i think it is to have more linear and standardized logs @ boot and run time.
- Romain 2011/5/18 Shawn Jiang <[email protected]> > 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 >
