public static class Logging.Companion
| Modifier and Type | Method and Description |
|---|---|
io.ktor.util.AttributeKey<io.ktor.client.features.logging.Logging> |
getKey() |
void |
install(Logging feature,
io.ktor.client.HttpClient scope) |
Logging |
prepare(kotlin.jvm.functions.Function1<? super io.ktor.client.features.logging.Logging.Config,kotlin.Unit> block) |
public io.ktor.util.AttributeKey<io.ktor.client.features.logging.Logging> getKey()
public Logging prepare(kotlin.jvm.functions.Function1<? super io.ktor.client.features.logging.Logging.Config,kotlin.Unit> block)
public void install(Logging feature, io.ktor.client.HttpClient scope)