Clarify docs even more
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/349c5eb5 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/349c5eb5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/349c5eb5 Branch: refs/heads/master Commit: 349c5eb5d5318a7f34a7e91c9dbbe43a33c9f32d Parents: ad0b66e Author: Mikael Ståldal <mikael.stal...@magine.com> Authored: Mon Jun 13 17:27:54 2016 +0200 Committer: Mikael Ståldal <mikael.stal...@magine.com> Committed: Mon Jun 13 17:27:54 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/349c5eb5/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 9e1c44a..f1924d3 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -196,7 +196,8 @@ <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>. Output will not respect - <code>java.lang.System.setOut()/.setErr()</code> + <code>java.lang.System.setOut()/.setErr()</code> and may get intertwined with other output to + <code>java.lang.System.out/.err</code> in a multi-threaded application. <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>