further tweaks on logging section
This commit is contained in:
parent
56dcd9296a
commit
77a70f256c
|
@ -764,12 +764,11 @@ TR: OK. Added to diagram.--></para>
|
||||||
<section>
|
<section>
|
||||||
<title>Not Using Commons Logging</title>
|
<title>Not Using Commons Logging</title>
|
||||||
|
|
||||||
<para>Unfortunately, the worst thing about
|
<para>Unfortunately, the runtime discovery algorithm in
|
||||||
<code>commons-logging</code> (and what has made it unpopular with new
|
<code>commons-logging</code>, while convenient for the end-user, is
|
||||||
tools) is its runtime discovery algorithm. If we could turn back
|
problematic. If we could turn back the clock and start Spring now
|
||||||
the clock and start Spring now as a new project it would use a
|
as a new project it would use a different logging dependency. The
|
||||||
different logging dependency. The first choice would probably be the
|
first choice would probably be the Simple Logging Facade for Java (<ulink
|
||||||
Simple Logging Facade for Java (<ulink
|
|
||||||
url="http://www.slf4j.org">SLF4J</ulink>), which is also used by a lot
|
url="http://www.slf4j.org">SLF4J</ulink>), which is also used by a lot
|
||||||
of other tools that people use with Spring inside their
|
of other tools that people use with Spring inside their
|
||||||
applications.</para>
|
applications.</para>
|
||||||
|
|
Loading…
Reference in New Issue