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
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