ktor-client-logging
Toggle table of contents
3.3.3
common
Target filter
common
Switch theme
Search in API
Skip to content
ktor-client-logging
ktor-client-logging
/
io.ktor.client.plugins.logging
/
LoggingConfig
/
filter
filter
fun
filter
(
predicate
:
(
HttpRequestBuilder
)
->
Boolean
)
(
source
)
Allows you to filter log messages for calls matching a
predicate
.
Report a problem