Hello people,
would anyone have an example of a ktor application with logs?
It would be even better if it is on an object outside the context of ApplicationCall.
I am using the loggerFactory for that, but I want to know if there is a better approach:
val log = LoggerFactory.getLogger(MyClass::class.java)