[slf4j-user] java.util.logging.LogManager Implementation?

Trustin Lee trustin at gmail.com
Tue May 15 04:01:02 CEST 2007


On 5/15/07, Cameron Taggart <cameron.taggart at gmail.com> wrote:
> I'm running Jetty 6.1.3 with a servlet from jaxws-spring-1.4.jar use
> to create a web service (SOAP) endpoint.  My code uses the SL4J API.
> Jetty's logging delegates to SL4J.  Spring 2.0.4 uses Commons Logging,
> so I include jcl104-over-slf4j-1.3.1.jar.  The issue is that the
> jaxws-spring-1.4.jar is using java.util.logging.
>
> If anything uses java.util.logging, are you pretty much stuck with
> java.util.logging?

Providing jul-over-slf4j-*.jar and prepending it to the bootstrap
classpath might resolve this issue.  WDYT?

Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6



More information about the slf4j-user mailing list