[jboss-cvs] JBoss Messaging SVN: r6980 - trunk/docs/user-manual/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 22 02:43:55 EDT 2009


Author: ataylor
Date: 2009-05-22 02:43:54 -0400 (Fri, 22 May 2009)
New Revision: 6980

Modified:
   trunk/docs/user-manual/en/logging.xml
Log:
more proof reading updates

Modified: trunk/docs/user-manual/en/logging.xml
===================================================================
--- trunk/docs/user-manual/en/logging.xml	2009-05-22 06:42:47 UTC (rev 6979)
+++ trunk/docs/user-manual/en/logging.xml	2009-05-22 06:43:54 UTC (rev 6980)
@@ -7,19 +7,19 @@
         and a JBoss logging handler.</para>
     <para>The handlers are configured via the JUL logging.properties file. This default location for
         this file is under the <literal>lib</literal> directory found in the Java home directory
-        however can be overriden. The standalone JBM server does this and the <literal
-            >logging.properties</literal> file can be found under the config directory of the JBM
-        installation. </para>
-    <para>To use the Log4j  handler edit the <literal>logging.properties</literal> file and change
+        however can be overriden. The standalone JBM server does this and the
+            <literal>logging.properties</literal> file can be found under the config directory of
+        the JBM installation. </para>
+    <para>To use the Log4j handler edit the <literal>logging.properties</literal> file and change
         the <literal>handlers</literal> property to:</para>
     <programlisting>handlers=org.jboss.messaging.integration.logging.Log4jLoggerHandler</programlisting>
     <para>A log4j config file <literal>log4j.xml</literal> is provided for configuring Log4j. </para>
     <para>To use the JBoss handler edit the <literal>logging.properties</literal> file and change
-        the <literal>handlers</literal> propert to:</para>
+        the <literal>handlers</literal> property to:</para>
     <programlisting>handlers=org.jboss.messaging.integration.logging.JBossLoggerHandler</programlisting>
-    <para>If using the JBoss handler the property <literal
-            >org.jboss.logging.Logger.pluginClass</literal> must be set. By default this is set to
-            <literal>org.jboss.messaging.integration.logging.JBMLoggerPlugin</literal> in the
+    <para>If using the JBoss handler the property
+            <literal>org.jboss.logging.Logger.pluginClass</literal> must be set. By default this is
+        set to <literal>org.jboss.messaging.integration.logging.JBMLoggerPlugin</literal> in the
         standalone server. Only change this property if you want to use your own plugin
         class.</para>
     <note>




More information about the jboss-cvs-commits mailing list