|
From: Dejan K. <dej...@ya...> - 2003-04-04 18:27:56
|
I think we have removed all log4j dependences from code. Also commons-logging is used only in LogService now. Since commons-logging is just a wrapper for other logging frameworks you can use log4j, logkit, jdk 1.4 logging or even some proprietery framework if you write wrapper class for it. It seems to me that using LogService is redundant since it is just another wrapper but changing all calls to use commons-logging would be very hard to do (I tried once to do this in scanners but recently I have returned LogService calls). By the way, I think log configuration should be in lib folder not in jar file as it is now. That way changing debug levels (from info to debug) would be much easer. Dejan --- ek...@ba... wrote: > Can I get the 25 cent / highly abridged version of > how we do logging? > > I've found a few different logging classes in the > system (log4j, > com.babeldoc.core.LogService, Commons Logging?) ... > we have a customized > logging facility (shocking, right?) that I will need > to feed whenever we > encounter errors as well as to record performance > metrics, usage, etc ... > standard Java API. Any suggestions? __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com |