Re: logging and Axis

2004-10-19 Thread Luca Manganelli
Matthias Wessendorf wrote: hi, i have a class, using Axis' LogFactory.getLog(): Logger log = LogFactory.getLog(Foo.clazz.getName()); If I log via log.info("bar"); the output comes to console of my tomcat. now my quesion, can I config the logging of Axis? is axis using the logging of the used Servle

logging and Axis

2004-10-19 Thread Matthias Wessendorf
hi, i have a class, using Axis' LogFactory.getLog(): Logger log = LogFactory.getLog(Foo.clazz.getName()); If I log via log.info("bar"); the output comes to console of my tomcat. now my quesion, can I config the logging of Axis? is axis using the logging of the used ServletContainer (e.g. Tomcat