Update docs

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1a7715c9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1a7715c9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1a7715c9

Branch: refs/heads/master
Commit: 1a7715c93142941ac4e10f0bb9259d79e9070f5e
Parents: 22313da
Author: Mikael Ståldal <mikael.stal...@magine.com>
Authored: Mon Jun 13 11:33:43 2016 +0200
Committer: Mikael Ståldal <mikael.stal...@magine.com>
Committed: Mon Jun 13 11:33:43 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1a7715c9/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml 
b/src/site/xdoc/manual/appenders.xml
index cdda74d..7b7aa41 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -195,7 +195,10 @@
               <td>boolean</td>
               <td>Write directly to <code>java.io.FileDescriptor</code> and 
bypass <code>java.lang.System.out/.err</code>.
                 Can give up to 10x performance boost when the output is 
redirected to file or other process.
-                Cannot be used with Jansi on Windows. Cannot be used with 
<code>follow</code>.</td>
+                Cannot be used with Jansi on Windows. Cannot be used with 
<code>follow</code>.
+                <i>New since 2.6.2. Be aware that this is a new addition, and 
although it has been
+                  tested on several platforms, it does not have as much track 
record as using ConsoleAppender without it.</i>
+              </td>
             </tr>
             <tr>
               <td>name</td>

Reply via email to