reficio/soap-ws

Migration to SLF4J

Opened this issue · 0 comments

hi
First of all I don't think it's an issue but it's more an improvement
I'm using soap-ws for consuming old RPC/encoded WS; it works pretty good; I was able in generating the correct SOAP Message and send it to the server and then consume the response
The negative point is that in some classes it's used log4j as logging framework
I'm using SLF4J and more exactly logback; I'd prefer to avoid to use log4j; is there any plan to pass from log4j to SALF4J?
thank you
Angelo