Clarify 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/ad0b66eb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ad0b66eb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ad0b66eb Branch: refs/heads/master Commit: ad0b66eb2d2f27512d30f779c3a42a7b11823caf Parents: 1a7715c Author: Mikael Ståldal <mikael.stal...@magine.com> Authored: Mon Jun 13 16:41:19 2016 +0200 Committer: Mikael Ståldal <mikael.stal...@magine.com> Committed: Mon Jun 13 16:41:19 2016 +0200 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ad0b66eb/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 7b7aa41..9e1c44a 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -195,7 +195,8 @@ <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>. + Cannot be used with Jansi on Windows. Cannot be used with <code>follow</code>. Output will not respect + <code>java.lang.System.setOut()/.setErr()</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>