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

2016-09-04 Thread mattsicker
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 
Authored: Sat Jun 18 19:09:03 2016 -0500
Committer: Matt Sicker 
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".
 
+
+  BlockingQueueFactory
+  BlockingQueueFactory
+  This element overrides what type of BlockingQueue 
to use. See
+below documentation for 
more details.
+
   
   
 There are also a few system properties that can be used to 
maintain application throughput even when
@@ -159,6 +165,7 @@
   
 ]]>
   
+
 Starting in Log4j 2.7, a custom implementation of 
BlockingQueue or TransferQueue can be
 specified using a
 BlockingQueueFactory



logging-log4j2 git commit: Add blocking queue info to async appender attribute table

2016-06-18 Thread mattsicker
Repository: logging-log4j2
Updated Branches:
  refs/heads/feature/LOG4J2-1430 349a817e3 -> 69f264c2e


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/feature/LOG4J2-1430
Commit: 69f264c2e4082fa0ecaababd60021eda871bb509
Parents: 349a817
Author: Matt Sicker 
Authored: Sat Jun 18 19:09:03 2016 -0500
Committer: Matt Sicker 
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".
 
+
+  BlockingQueueFactory
+  BlockingQueueFactory
+  This element overrides what type of BlockingQueue 
to use. See
+below documentation for 
more details.
+
   
   
 There are also a few system properties that can be used to 
maintain application throughput even when
@@ -159,6 +165,7 @@
   
 ]]>
   
+
 Starting in Log4j 2.7, a custom implementation of 
BlockingQueue or TransferQueue can be
 specified using a
 BlockingQueueFactory