[hornetq-commits] JBoss hornetq SVN: r8670 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 11 04:53:48 EST 2009


Author: timfox
Date: 2009-12-11 04:53:47 -0500 (Fri, 11 Dec 2009)
New Revision: 8670

Modified:
   trunk/docs/user-manual/en/logging.xml
Log:
fixed typo in logging chapter

Modified: trunk/docs/user-manual/en/logging.xml
===================================================================
--- trunk/docs/user-manual/en/logging.xml	2009-12-10 17:33:45 UTC (rev 8669)
+++ trunk/docs/user-manual/en/logging.xml	2009-12-11 09:53:47 UTC (rev 8670)
@@ -28,7 +28,7 @@
     <para>You can configure a different Logging Delegate programatically or via a System
         Property.</para>
     <para>To do this programatically simply do the
-        following<programlisting>org.hornetq.core.logging.setDelegateFactory(new Log4jLogDelegateFactory())</programlisting></para>
+        following<programlisting>org.hornetq.core.logging.Logger.setDelegateFactory(new Log4jLogDelegateFactory())</programlisting></para>
     <para>Where <literal>Log4jLogDelegateFactory</literal> is the implementation of <literal
             >org.hornetq.core.logging.LogDelegateFactory </literal>that you would like to
         use.</para>



More information about the hornetq-commits mailing list