Hi, -------- Original-Nachricht -------- > Datum: Sun, 7 Nov 2010 17:41:40 +1100 > Von: Ali Salehi <[email protected]> > An: [email protected] > Betreff: [logback-user] Backlog, SLF4J and jars using other logging > frameworks
> Hi all, > I have a dependency to a jar file which is using java.util.logging. My > code > uses Logback/slf4j framework. As I understood, slf4j will proxy other > logging frameworks. > > SLF4J/Backlog. Logback ;-)) > > I have slf4j-api-1.6.1.jar, logback-classic-0.9.24.jar and > logback-core-0.9.24.jar files in my classpath. > > I appreciate your comments, > I think, you shoud add the bridging jar jul-to-slf4j.jar to the classpath too, because this will forward the java logger output to slf4j (interface) and in the end to logback as implementation. Dieter Mueller. -- GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
