Hello guys, is there any access to logging feature...
# ktor
g
Hello guys, is there any access to logging feature from the outside? I’d like to log some custom events using existing possibilities. (ktor-client-android, org.slf4j:slf4j-android)
e
No, you’ll just need to instantiate a logger instance yourself using
LoggerFactory.getLogger()