Raman Gupta created LOG4J2-3086:
-----------------------------------
Summary: 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
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)