ppkarwasz commented on issue #73:
URL: 
https://github.com/apache/logging-log4j-transform/issues/73#issuecomment-2609408107

   @Goooler,
   
   This issue is for a Gradle equivalent of the [Log4j Transform Maven 
Plugin](https://logging.apache.org/log4j/transform/log4j-transform-maven-plugin.html),
 which is a plugin that injects pre-computed location information (class name, 
method name, source file name and line number) in the bytecode of Java classes. 
Currently there is no equivalent plugin for Gradle.
   
   Regarding the [GradleUp Shadow Plugin](https://gradleup.com/shadow/), feel 
free to add a note to the [Log4j Plugin Descriptor Transformer 
documentation](https://github.com/apache/logging-log4j-transform/blob/main/src/site/antora/modules/ROOT/pages/log4j-transform-maven-shade-plugin-extensions.adoc)
 that points users to the equivalent GradleUp feature.
   You'll probably want to document 
[`c.g.j.g.p.shadow.transformers.Log4j2PluginsCacheFileTransformer`](https://github.com/GradleUp/shadow/blob/main/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/Log4j2PluginsCacheFileTransformer.kt)
 first: there is no mention of it in the [GradleUp Shadow Plugin 
documentation](https://gradleup.com/shadow/configuration/merging/).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to