File tree Expand file tree Collapse file tree
spring-framework-reference/src Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments