[
https://issues.apache.org/jira/browse/LOG4J2-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338196#comment-17338196
]
Raman Gupta commented on LOG4J2-3086:
-------------------------------------
https://github.com/apache/logging-log4j-kotlin/pull/19
> Kotlin logging interface mixin is very slow
> -------------------------------------------
>
> Key: LOG4J2-3086
> URL: https://issues.apache.org/jira/browse/LOG4J2-3086
> Project: Log4j 2
> Issue Type: Improvement
> Reporter: Raman Gupta
> Priority: Major
>
> The Kotlin logging interface mixin is very slow. It uses an interface
> property getter which creates a logger (which requires reflection) every time
> the `logger` property is used.
> Logging calls thus take over 250 ns per call, vs 1.2 ns for the usual case.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)