On Sat, 2003-08-30 at 08:29, Vivian Fonger wrote: > Hi everyone, > > Is there anyway that I can set digester to use log4j logging > mechanism??? > > Vivian Fonger >
Digester uses the apache commons-logging "wrapper". If the log4j jar file is in the classpath, and either a "log4j.xml" or "log4j.properties" file is also in the classpath, then log4j will be used as the "underlying" logging implementation. See the commons-logging documentation for more details. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
