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

Cameron Taggart cameron.taggart at gmail.com
Tue May 15 05:31:07 CEST 2007


I don't know of any such jar named jul-over-slf4j-*.jar, but I really
wish there was one.  I checked both the maven repo and the latest
binary.  Where you suggesting that they create one?

http://repo1.maven.org/maven2/org/slf4j/
http://slf4j.org/download.html

Cameron

On 5/14/07, Trustin Lee <trustin at gmail.com> wrote:
> 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
> _______________________________________________
> user mailing list
> user at slf4j.org
> http://www.slf4j.org/mailman/listinfo/user
>



More information about the slf4j-user mailing list