Logging

fun HttpClientConfig<*>.Logging(block: LoggingConfig.() -> Unit = {})

Configures and installs Logging in HttpClient.


A client's plugin that provides the capability to log HTTP calls.

You can learn more from Logging.