sschuberth commented on PR #20: URL: https://github.com/apache/logging-log4j-kotlin/pull/20#issuecomment-1216807728
Actually, it probably would make even more sense to turn the extention function into an extension property instead. Something like val Any.logger: KotlinLogger inline get() = cachedLoggerOf(this::class.java) What do you think @rocketraman? -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org