vy commented on issue #2106: URL: https://github.com/apache/logging-log4j2/issues/2106#issuecomment-1884552682
@ppkarwasz, I see following major usages of recyclers in `log4j-api`: 1. `AbstractLogger` – The usage here can indeed be moved to `log4j-core`. 2. `DefaultLogBuilder` – *I guess* we can move the recycler logic here to `log4j-core`. 3. `ParameterizedMessage` – We cannot move the recycler logic here to `log4j-core`. But we can remove this class in favor of `ReusableParameterizedMessage`. What do you think? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
