logging-log4j-kotlin icon indicating copy to clipboard operation
logging-log4j-kotlin copied to clipboard

Move logger property to `autoprop` package

Open rocketraman opened this issue 3 months ago • 0 comments

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

rocketraman avatar Sep 26 '25 17:09 rocketraman