You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/08/15 18:39:31 UTC

svn commit: r1514358 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Author: ggregory
Date: Thu Aug 15 16:39:31 2013
New Revision: 1514358

URL: http://svn.apache.org/r1514358
Log:
Use the active voice and link to the layout doc section.

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml?rev=1514358&r1=1514357&r2=1514358&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Thu Aug 15 16:39:31 2013
@@ -1294,7 +1294,10 @@
             <tr>
               <td>layout</td>
               <td>Layout</td>
-              <td>The Layout to use to format the LogEvent. If no layout is specified SerializedLayout will be used.</td>
+              <td>
+                The Layout to use to format the LogEvent. If you do not specify a layout, 
+                this appender will use a <a href="layouts.html#SerializedLayout">SerializedLayout</a>.
+              </td>
             </tr>
             <tr>
               <td>name</td>
@@ -1404,7 +1407,10 @@
             <tr>
               <td>layout</td>
               <td>Layout</td>
-              <td>The Layout to use to format the LogEvent. If no layout is specified SerializedLayout will be used.</td>
+              <td>
+                The Layout to use to format the LogEvent. If you do not specify a layout, 
+                this appender will use a <a href="layouts.html#SerializedLayout">SerializedLayout</a>.
+              </td>
             </tr>
             <tr>
               <td>name</td>