Another Logging question. I am using some KTOR ser...
# intellij-plugins
d
Another Logging question. I am using some KTOR server and Client APIs in my plugin. Under the hood it uses SLF4J Logger interface. Is there a simple way of getting KTOR to log to the IntelliJ platform logger? I can implement my own slf4j "Logger" interface - but want to know if there is a more idiomatic way.