t52053518

Results 1 issues of t52053518

This `logger` property: https://github.com/apache/logging-log4j-kotlin/blob/95c7ef296588189509a3a44486f8ebbfbd51e29b/log4j-api-kotlin/src/main/kotlin/org/apache/logging/log4j/kotlin/LoggingFactory.kt#L37 Makes this unusable (we'll always end up using the getter with extra overhead): ``` companion object { private val logger = logger() } ``` Not everyone...