ppkarwasz opened a new issue, #1:
URL: https://github.com/apache/logging-log4j-transform/issues/1

   The `log4j-transform-maven-plugin` should convert all call sites of a 
[`Logger`](https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/Logger.html)
 method to:
   
    * equivalent calls of 
[`LogBuilder`](https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/LogBuilder.html)
 methods
    * chained with a precomputed 
[`withLocation(StackTraceElement)`](https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/LogBuilder.html#withLocation-java.lang.StackTraceElement-)
 call.


-- 
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: dev-unsubscr...@logging.apache.org.apache.org

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

Reply via email to