jvz commented on issue #7: LOG4J-2518 LOG4J2-2433 Coroutines Support URL: https://github.com/apache/logging-log4j-kotlin/pull/7#issuecomment-445338376 If you identify an awkward API in log4j-api, we can always work on improving that upstream and later using it in version 1.1.x. Feel free to implement that way you're describing. I'm mostly concerned about preserving caller location info where possible since some people rely on that feature (despite it causing logging to slow down by quite a bit). Now if we could use some sort of compiler feature or macros to implement the caller info, then we can safely inline a lot of things while also supporting caller info without much of a performance penalty.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
