From 77a70f256c1b0df6abcee319ffb24259e37de835 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 14 Dec 2009 17:27:27 +0000 Subject: [PATCH] further tweaks on logging section --- spring-framework-reference/src/overview.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/spring-framework-reference/src/overview.xml b/spring-framework-reference/src/overview.xml index b90310a804..0c48c4a0ba 100644 --- a/spring-framework-reference/src/overview.xml +++ b/spring-framework-reference/src/overview.xml @@ -764,12 +764,11 @@ TR: OK. Added to diagram.-->
Not Using Commons Logging - Unfortunately, the worst thing about - commons-logging (and what has made it unpopular with new - tools) is its runtime discovery algorithm. If we could turn back - the clock and start Spring now as a new project it would use a - different logging dependency. The first choice would probably be the - Simple Logging Facade for Java (Unfortunately, the runtime discovery algorithm in + commons-logging, while convenient for the end-user, is + problematic. If we could turn back the clock and start Spring now + as a new project it would use a different logging dependency. The + first choice would probably be the Simple Logging Facade for Java (SLF4J), which is also used by a lot of other tools that people use with Spring inside their applications. -- GitLab