Was just looking for something already present and didn't require a dependency.
Will try log4j in the jetty bundle. Thanks, -- Marica On Wed, Jul 15, 2009 at 12:46 AM, Emmanuel Venisse < emmanuel.veni...@gmail.com> wrote: > Hi, > > Why do you use slf4j-jdk14 and not slf4j-log4j? > > Emmanuel > > On Tue, Jul 14, 2009 at 7:00 AM, <c...@apache.org> wrote: > > > Author: ctan > > Date: Tue Jul 14 05:00:16 2009 > > New Revision: 793793 > > > > URL: http://svn.apache.org/viewvc?rev=793793&view=rev > > Log: > > [CONTINUUM-2296] switch from slf4j-simple to slf4j-jdk14 > > > > Modified: > > continuum/branches/continuum-1.3.x/continuum-jetty/pom.xml > > continuum/branches/continuum-1.3.x/pom.xml > > > > Modified: continuum/branches/continuum-1.3.x/continuum-jetty/pom.xml > > URL: > > > http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-jetty/pom.xml?rev=793793&r1=793792&r2=793793&view=diff > > > > > ============================================================================== > > --- continuum/branches/continuum-1.3.x/continuum-jetty/pom.xml (original) > > +++ continuum/branches/continuum-1.3.x/continuum-jetty/pom.xml Tue Jul 14 > > 05:00:16 2009 > > @@ -103,7 +103,8 @@ > > </dependency> > > <dependency> > > <groupId>org.slf4j</groupId> > > - <artifactId>slf4j-simple</artifactId> > > + <artifactId>slf4j-jdk14</artifactId> > > + <scope>runtime</scope> > > </dependency> > > <dependency> > > <groupId>org.slf4j</groupId> > > > > Modified: continuum/branches/continuum-1.3.x/pom.xml > > URL: > > > http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/pom.xml?rev=793793&r1=793792&r2=793793&view=diff > > > > > ============================================================================== > > --- continuum/branches/continuum-1.3.x/pom.xml (original) > > +++ continuum/branches/continuum-1.3.x/pom.xml Tue Jul 14 05:00:16 2009 > > @@ -981,11 +981,12 @@ > > <groupId>org.slf4j</groupId> > > <artifactId>slf4j-api</artifactId> > > <version>${slf4jVersion}</version> > > - </dependency> > > + </dependency> > > <dependency> > > <groupId>org.slf4j</groupId> > > <artifactId>slf4j-simple</artifactId> > > <version>${slf4jVersion}</version> > > + <scope>test</scope> > > </dependency> > > <dependency> > > <groupId>org.slf4j</groupId> > > @@ -997,6 +998,11 @@ > > <artifactId>jcl-over-slf4j</artifactId> > > <version>${slf4jVersion}</version> > > </dependency> > > + <dependency> > > + <groupId>org.slf4j</groupId> > > + <artifactId>slf4j-jdk14</artifactId> > > + <version>${slf4jVersion}</version> > > + </dependency> > > > > <dependency> > > <groupId>org.codehaus.plexus</groupId> > > > > > > >