From fc82841004fb886c917558e6991046b20345e63f Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Sun, 2 Mar 2014 17:32:50 -0600 Subject: [PATCH] Add gradle build info. --- src/site/xdoc/maven-artifacts.xml.vm | 53 ++++++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/maven-artifacts.xml.vm b/src/site/xdoc/maven-artifacts.xml.vm index 982388f..a42cf1b 100644 --- a/src/site/xdoc/maven-artifacts.xml.vm +++ b/src/site/xdoc/maven-artifacts.xml.vm @@ -19,11 +19,11 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> - Maven and Ivy Artifacts + Maven, Ivy, and Gradle Artifacts -
+

@@ -59,6 +59,19 @@ ]]> + +

+ To build with Gradle, add the dependencies listed below to your + build.gradle file. +

+ build.gradle +
+

Log4j 2.x contains several optional components that can be included in an application. @@ -83,6 +96,12 @@ ]]> + build.gradle +

Apache Commons Logging Bridge

If existing components use Apache Commons Logging 1.x and you want to have this logging routed to Log4j 2, then add the following but do not remove any Commons Logging 1.x dependencies. @@ -103,6 +122,12 @@ ]]> + build.gradle +

SLF4J Bridge

If existing components use SLF4J and you want to have this logging routed to Log4j 2, then add the following but do not remove any SLF4J dependencies. @@ -123,6 +148,12 @@ ]]> + build.gradle +

Tag Library

The Log4j Log Tag Library creates the capability of inserting log statements in JSPs without the use of Java scripting. It uses the standard Log4j 2 API to log messages according to @@ -144,6 +175,12 @@ ]]> + build.gradle +

Apache Flume NG Appender

The Flume NG Appender allows applications to send events to Flume NG Agents.

pom.xml @@ -162,6 +199,12 @@ ]]> + build.gradle +

Log4j to SLF4J Adapter

The Log4j 2 to SLF4J Adapter allows applications coded to the Log4j 2 API to be routed to SLF4J. Use of this adapter may cause some loss of performance as the Log4j 2 Messages must be formatted before they can be passed @@ -182,6 +225,12 @@ ]]> + build.gradle +

-- 1.9.0