logging-log4j-kotlin
logging-log4j-kotlin copied to clipboard
Move logger property to `autoprop` package
The logger property conflicts with explicitly defined logger properties. Given the performance considerations of the logger property, move it to a separate package so imports of it are explicit and non-conflicting.
Resolves #136