Matthias Wessendorf wrote:
You can configure log4j.properties, usually in Axis/lib directory (do a find)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)