rocketraman opened a new pull request #19: URL: https://github.com/apache/logging-log4j-kotlin/pull/19
I realized the mixin was super-slow because the property delegate creates a new logger every time it is used. See https://issues.apache.org/jira/browse/LOG4J2-3086. The only workaround I could find was to use caching. However, I'm not super happy with the implementation here -- I don't like creating an unbounded cache like this. However, I don't see any easy workarounds. @jvz suggestions welcome. -- 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]
