t52053518 opened a new issue, #136:
URL: https://github.com/apache/logging-log4j-kotlin/issues/136

   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 wants to use `LOGGER` as a name.
   
   Please revert or move it somewhere else so it's not imported.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to