shawjef3 opened a new pull request #366: URL: https://github.com/apache/logging-log4j2/pull/366
The purpose of this is to make it possible to improve performance. Getting the StackTraceElement for a message is somewhat expensive. Creating it manually is tedious and no one should do it, but the Scala plugin can provide the source location at compile time. Possibly other tools could do the same thing. This enables that to be possible. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
