You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/07/06 15:19:39 UTC

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

Author: rpopma
Date: Sun Jul  6 13:19:39 2014
New Revision: 1608198

URL: http://svn.apache.org/r1608198
Log:
LOG4J2-699 fixed PatternLayout manual page: added documentation for noConsoleNoAnsi.

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

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm?rev=1608198&r1=1608197&r2=1608198&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm Sun Jul  6 13:19:39 2014
@@ -217,6 +217,11 @@ WARN  [main]: Message 2</pre>
               <td>String</td>
               <td>The optional footer string to include at the bottom of each log file.</td>
             </tr>
+            <tr>
+              <td>noConsoleNoAnsi</td>
+              <td>boolean</td>
+              <td>If <code>true</code> (default is false) and <code>System.console()</code> is null, do not output ANSI escape codes.</td>
+            </tr>
             <caption align="top">PatternLayout Parameters</caption>
           </table>
           <table>