one more thing: I think `logger.trace(ex){"test Ch...
# kotlin-logging
o
one more thing: I think
logger.trace(ex){"test ChildClassWithLogging"}
is more kotlin style and
logger.trace({"test ChildClassWithLogging"}, ex)
is more slf4j style. which one do you think is better? or both?