[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v_1.6.1-25-gb2acee2

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Mar 9 13:20:25 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  b2acee2dbd2321bf685517d80a68494fd342f153 (commit)
      from  ce8075c2ba9547d02a745b9398d5c336fbf52add (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=b2acee2dbd2321bf685517d80a68494fd342f153
http://github.com/ceki/slf4j/commit/b2acee2dbd2321bf685517d80a68494fd342f153

commit b2acee2dbd2321bf685517d80a68494fd342f153
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Mar 9 13:16:55 2011 +0100

    added Velocity as an anti-pattern example

diff --git a/slf4j-site/src/site/pages/faq.html b/slf4j-site/src/site/pages/faq.html
index c8fa70e..7c2a0a6 100644
--- a/slf4j-site/src/site/pages/faq.html
+++ b/slf4j-site/src/site/pages/faq.html
@@ -566,7 +566,16 @@ org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
       will be compounded by each framework that comes up with its own
       wrapper in order to make SLF4J optional.  (Configuring or
       dealing with the intricacies of five different logging wrappers
-      is not exactly exciting nor endearing.)
+      is not exactly exciting nor endearing.) 
+      </p>
+
+      <p>The <a
+      href="http://velocity.apache.org/engine/devel/developer-guide.html#Configuring_Logging">logging
+      strategy adopted by the Velocity project</a> is a good example
+      of the "custom logging abstraction" anti-pattern. By adopting an
+      independent logging abstraction strategy, Velocity developers
+      have made life harder for themselves, but more importantly, they
+      made life harder for their users.
       </p>
 
       <p>Some projects try to detect the presence of SLF4J on the

-----------------------------------------------------------------------

Summary of changes:
 slf4j-site/src/site/pages/faq.html |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list