You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/08/08 02:25:35 UTC

svn commit: r683773 - /tapestry/tapestry5/trunk/src/site/apt/guide/inject.apt

Author: hlship
Date: Thu Aug  7 17:25:35 2008
New Revision: 683773

URL: http://svn.apache.org/viewvc?rev=683773&view=rev
Log:
TAPESTRY-2558: The injection page of the user guide references commons-logging Log, not SLF4 Logger

Modified:
    tapestry/tapestry5/trunk/src/site/apt/guide/inject.apt

Modified: tapestry/tapestry5/trunk/src/site/apt/guide/inject.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/inject.apt?rev=683773&r1=683772&r2=683773&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/inject.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/inject.apt Thu Aug  7 17:25:35 2008
@@ -83,8 +83,9 @@
   [java.util.Locale]
     The locale for the component (all components within a page use the same locale).
     
-  [org.apache.commons.logging.Log]
-    A Log instance configured for the component, based on the component's class name.
+  [org.slf4j.Logger]
+    A Logger instance configured for the component, based on the component's class name.
+    {{{http://www.slf4j.org/}SLF4J}} is a wrapper around Log4J or other logging toolkits.
   
   [org.apache.tapestry5.ComponentResources]
   	The resources for the component, often used to generate links related to the component.