Why does
public class org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler
extends BindingProvider implements
InvocationHandler {
private static Log log = LogFactory.getLog(JAXWSProxyHandler.class);
engage a Jdk14Logger and break all my log4j setups?
I went deep on debugging and turning on log4j loggers as I need em. They
all work. Today I encountered during debugging the statement above and
went to add a log4j logger.
However no output ws generated because debug is always false. Then I
detected that I was wrong and the logger above is in fact a Jdk14
logger.
Is there a known way to configure for booth type of loggers?
Please help or correct this with a future version, I can not see any
good to have two different logger systems engaged in a single already
complex system.
Josef