This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch LoggerContextProperties in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 6bbbc4662a9bfd9987f4fddc6019e3db96d3343c Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Apr 28 18:25:50 2023 +0200 Add Log4j Transform documentation Adds a documentation page that forwards the user to Github. --- src/site/asciidoc/log4j-transform.adoc | 15 +++++++++++++++ src/site/site.xml | 1 + 2 files changed, 16 insertions(+) diff --git a/src/site/asciidoc/log4j-transform.adoc b/src/site/asciidoc/log4j-transform.adoc new file mode 100644 index 0000000000..ae46354e11 --- /dev/null +++ b/src/site/asciidoc/log4j-transform.adoc @@ -0,0 +1,15 @@ += Log4j Transformation Tools + +Log4j Transformation Tools is set of build utilities to transform source and binary artifacts that use Log4j 2.x libraries. +The full documentation is available on https://github.com/apache/logging-log4j-transform/blob/main/README.adoc[Github]. + +== Available Tools + +https://github.com/apache/logging-log4j-transform/blob/main/log4j-transform-maven-plugin/README.adoc[Log4j Transform Maven Plugin]:: +Apache Maven plugin that precomputes the location of logging statements to prevent expensive runtime lookup calls. + +https://github.com/apache/logging-log4j-transform/blob/main/log4j-transform-maven-shade-plugin-extensions/README.adoc[Log4j Plugin Cache Transformer]:: +resource transformer for the +https://maven.apache.org/plugins/maven-shade-plugin/[Apache Maven Shade Plugin] +that merges the plugin caches used by Log4j 2.x artifacts. + diff --git a/src/site/site.xml b/src/site/site.xml index d646b70711..8bc65f5e25 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -327,6 +327,7 @@ <item name="Docker Support" href="log4j-docker.html"/> <item name="Kubernetes Support" href="log4j-kubernetes.html"/> <item name="Spring Cloud Config Client" href="log4j-spring-cloud-config-client.html"/> + <item name="Log4j Transformation Tools" href="log4j-transform"/> </menu> <menu name="Project Information" img="img/glyphicons/info.png">
