Author: mattsicker
Date: Tue May 27 00:29:08 2014
New Revision: 1597677

URL: http://svn.apache.org/r1597677
Log:
Note ability to use YAML files in configuration.html.

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=1597677&r1=1597676&r2=1597677&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 Tue 
May 27 00:29:08 2014
@@ -44,7 +44,7 @@
           Configuration of Log4j 2 can be accomplished in 1 of 4 ways:
         </p>
           <ol>
-            <li>Through a configuration file written in XML or JSON.</li>
+            <li>Through a configuration file written in XML, JSON, or 
YAML.</li>
             <li>Programmatically, by creating a ConfigurationFactory and 
Configuration implementation.</li>
             <li>Programmatically, by calling the APIs exposed in the 
Configuration interface to add
               components to the default configuration.</li>


Reply via email to