You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sd...@apache.org on 2013/10/18 06:16:26 UTC

svn commit: r1533321 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm

Author: sdeboy
Date: Fri Oct 18 04:16:26 2013
New Revision: 1533321

URL: http://svn.apache.org/r1533321
Log:
Adding description of 'advertiser' attribute on the configuration element

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

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm?rev=1533321&r1=1533320&r2=1533321&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm Fri Oct 18 04:16:26 2013
@@ -279,7 +279,7 @@ public class Bar {
             with no user configuration of Chainsaw required.
            </p>
            <p>
-            Log4j provides one Advertiser implementation, which can expose FileAppender and SocketAppender 
+            Log4j provides one Advertiser implementation: 'multicastdns', which can expose FileAppender and SocketAppender 
             configurations via Multicast DNS using the <a href="http://jmdns.sourceforge.net">http://jmdns.sourceforge.net</a> library.
            </p>
            <p>
@@ -339,6 +339,11 @@ public class Bar {
                 <th>Description</th>
               </tr>
               <tr>
+                <td>advertiser</td>
+                <td>(Optional) The Advertiser plugin name which will be used to advertise individual 
+                FileAppender or SocketAppender configurations.  The only Advertiser plugin provided is 'multicastdns".</td>
+              </tr>
+              <tr>
                 <td>dest</td>
                 <td>Either "err", which will send output to stderr, or a file path or URL.</td>
               </tr>