[ https://issues.apache.org/jira/browse/LOG4J2-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342196#comment-17342196 ]
ASF subversion and git services commented on LOG4J2-3086: --------------------------------------------------------- Commit 87a6a017f06498c2ba49044c89ad639eda3f5d6c in logging-log4j-kotlin's branch refs/heads/master from Raman Gupta [ https://gitbox.apache.org/repos/asf?p=logging-log4j-kotlin.git;h=87a6a01 ] Merge branch 'LOG4J2-3086' into master > 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)