Skip to content

Commit 77a70f2

Browse files
committed
further tweaks on logging section
1 parent 56dcd92 commit 77a70f2

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

spring-framework-reference/src/overview.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -764,12 +764,11 @@ TR: OK. Added to diagram.--></para>
764764
<section>
765765
<title>Not Using Commons Logging</title>
766766

767-
<para>Unfortunately, the worst thing about
768-
<code>commons-logging</code> (and what has made it unpopular with new
769-
tools) is its runtime discovery algorithm. If we could turn back
770-
the clock and start Spring now as a new project it would use a
771-
different logging dependency. The first choice would probably be the
772-
Simple Logging Facade for Java (<ulink
767+
<para>Unfortunately, the runtime discovery algorithm in
768+
<code>commons-logging</code>, while convenient for the end-user, is
769+
problematic. If we could turn back the clock and start Spring now
770+
as a new project it would use a different logging dependency. The
771+
first choice would probably be the Simple Logging Facade for Java (<ulink
773772
url="http://www.slf4j.org">SLF4J</ulink>), which is also used by a lot
774773
of other tools that people use with Spring inside their
775774
applications.</para>

0 commit comments

Comments
 (0)