<@U5P1U20H5> there are few things you can do: 1) U...
# ktor
o
@thisen there are few things you can do: 1) Use slf4j directly. Google for
slf4j kotlin
and choose whatever suites your needs 2) Use ktor’s wrapper. Like this:
call.application.log.warning("Don't do that!")