https://kotlinlang.org logo
#ktor
Title
# ktor
a

Alexander Weickmann

06/27/2019, 3:26 PM
is this the recommended way to do logging in ktor routes, or is there a simpler (shorter) way?
Copy code
<http://call.application.environment.log.info|call.application.environment.log.info>("")
c

cy

06/27/2019, 4:11 PM
well, you can write a shortcut extension function
2 Views