sschuberth commented on issue #136: URL: https://github.com/apache/logging-log4j-kotlin/issues/136#issuecomment-3341346266
Slight off-topic, but regarding the performance impact and combining it with convenience, I wonder whether we could have an annotation / Kotlin compiler plugin that auto-generates code for classes that should support logging. E.g. annotating a class with `@Logger` would then hard-code a `logger` property to the class with proper naming and without any cache lookup / additional function 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
