You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/09/04 18:38:46 UTC

[30/36] logging-log4j2 git commit: Add blocking queue info to async appender attribute table

Add blocking queue info to async appender attribute table


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

Branch: refs/heads/master
Commit: 69f264c2e4082fa0ecaababd60021eda871bb509
Parents: 349a817
Author: Matt Sicker <bo...@gmail.com>
Authored: Sat Jun 18 19:09:03 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sat Jun 18 19:09:03 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/69f264c2/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 70a9d8e..e2d30ac 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -128,6 +128,12 @@
               not included by default when adding a log event to the queue.
               You can change this by setting includeLocation="true".</td>
             </tr>
+            <tr>
+              <td>BlockingQueueFactory</td>
+              <td>BlockingQueueFactory</td>
+              <td>This element overrides what type of <tt>BlockingQueue</tt> to use. See
+                <a href="#BlockingQueueFactory">below documentation</a> for more details.</td>
+            </tr>
           </table>
           <p>
             There are also a few system properties that can be used to maintain application throughput even when
@@ -159,6 +165,7 @@
   </Loggers>
 </Configuration>]]></pre>
           <p>
+            <a name="BlockingQueueFactory"/>
             Starting in Log4j 2.7, a custom implementation of <tt>BlockingQueue</tt> or <tt>TransferQueue</tt> can be
             specified using a
             <a class="javadoc" href="../log4j-core/apidocs/org/apache/logging/log4j/core/async/BlockingQueueFactory.html">BlockingQueueFactory</a>