Network Logging (Ktor)
Network logging with the Luciq Ktor plugin and NetworkLogger in KMP.
Install the plugin
import ai.luciq.kmp.interceptors.LuciqKtorPlugin
val client = HttpClient(Engine) {
install(LuciqKtorPlugin)
}How it works
Manual logging
Body and auto-masking
Last updated