Registry / http-client / ktor-client-logging

ktor-client-logging

JSON →
library3.5.0javamavenunverified

Provides logging capabilities for the Ktor HTTP client, allowing request and response logging for debugging and monitoring.

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-LOGGIN
K
ktor-client-logging
http-clientjavav3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logging
io.ktor.client.plugins.logging.Logging

Installs the logging plugin on a Ktor HTTP client.

import io.ktor.client.*; import io.ktor.client.plugins.logging.*; suspend fun main() { val client = HttpClient { install(Logging) { level = LogLevel.ALL } } println("Ktor client with logging installed.") }
Debug
Known issues
breakingKtor 3.x uses kotlinx.coroutines and may have breaking changes from 2.x; ensure compatible coroutines version.
fix
Use kotlinx-coroutines-core compatible with Ktor 3.5.0 (e.g., 1.9.0+).
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
ktor-client-logging — mvn dependency:get ktor-client-logging · libregistry