Repository: logging-log4j2 Updated Branches: refs/heads/master 62952a57d -> 7487eca3d
[LOG4J2-1126] Site fixes/improvements for 2.4 release. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7487eca3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7487eca3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7487eca3 Branch: refs/heads/master Commit: 7487eca3d099e53130a88ea588da39cc8b6f3b2a Parents: 62952a5 Author: ggregory <[email protected]> Authored: Mon Sep 21 15:21:28 2015 -0700 Committer: ggregory <[email protected]> Committed: Mon Sep 21 15:21:28 2015 -0700 ---------------------------------------------------------------------- log4j-core/src/site/xdoc/index.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7487eca3/log4j-core/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/log4j-core/src/site/xdoc/index.xml b/log4j-core/src/site/xdoc/index.xml index 2884cdd..c247785 100644 --- a/log4j-core/src/site/xdoc/index.xml +++ b/log4j-core/src/site/xdoc/index.xml @@ -45,11 +45,11 @@ <ul> <li>JSON configuration requires the Jackson Data Processor.</li> <li>Async Loggers require the LMAX Disruptor.</li> - <li>SMTPAppender requires Javax Mail.</li> - <li>JMSQueueAppender and JMSTopicAppender require a JMS implementation like - <a href="http://activemq.apache.org/">Apache ActiveMQ</a>.</li> - <li>Kafka appender requires <a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.1|jar">Kafka client library</a></li> - <li>Windows color support requires <a href="http://jansi.fusesource.org/">Jansi</a>.</li> + <li>The SMTPAppender requires Javax Mail.</li> + <li>The JMSQueueAppender and JMSTopicAppender require a JMS implementation like + <a href="http://activemq.apache.org/">Apache ActiveMQ</a>.</li> + <li>The Kafka appender requires <a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.1|jar">Kafka client library</a></li> + <li>Windows console color support requires <a href="http://jansi.fusesource.org/">Jansi</a>.</li> <li>The JDBC Appender requires a JDBC driver for the database you choose to write events to.</li> <li>The JPA Appender requires the Java Persistence API classes, a JPA provider implementation, and a decorated entity that the user implements. It also requires an appropriate JDBC driver.</li> @@ -59,7 +59,9 @@ appropriate client library.</li> <li>bzip2, Deflate, Pack200, and XZ compression on rollover requires <a href="http://commons.apache.org/proper/commons-compress/">Apache Commons Compress</a>. In addition, - XZ requires <a href="http://tukaani.org/xz/java.html">XZ for Java</a>.</li> + XZ requires <a href="http://tukaani.org/xz/java.html">XZ for Java</a>.</li> + <li>The CSV layout requires the <a href="https://commons.apache.org/proper/commons-csv/">Apache Commons CSV</a> library.</li> + <li>The ZeroMQ/JeroMQ requires the <a href="https://github.com/zeromq/jeromq">JeroMQ</a> library.</li> </ul> </section>
