<@U0NT624JZ> re Kotlin Log4j: I don’t quite get wh...
# opensource
o
@rocketraman re Kotlin Log4j: I don’t quite get why do you need property delegate there?
val log = logger()
is good enough, I don’t see why delegation makes sense there? It’s just returns
this
.