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/a9bff15b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a9bff15b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a9bff15b

Branch: refs/heads/master
Commit: a9bff15bb237cc65bd2e58c6eba508cc60bc8d0f
Parents: 50d0bf1
Author: Mikael Ståldal <mikael.stal...@magine.com>
Authored: Mon May 30 17:02:49 2016 +0200
Committer: Mikael Ståldal <mikael.stal...@magine.com>
Committed: Mon May 30 17:02:49 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a9bff15b/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml 
b/src/site/xdoc/manual/appenders.xml
index ac562c5..065c87f 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -188,7 +188,13 @@
               <td>boolean</td>
               <td>Identifies whether the appender honors reassignments of 
System.out or System.err
                 via System.setOut or System.setErr made after configuration. 
Note that the follow
-                attribute cannot be used with Jansi on Windows.</td>
+                attribute cannot be used with Jansi on Windows. Cannot be used 
with <code>direct</code>.</td>
+            </tr>
+            <tr>
+              <td>direct</td>
+              <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 5x performance boost. Cannot be used with 
<code>follow</code>.</td>
             </tr>
             <tr>
               <td>name</td>

Reply via email to