Registry / http-client / ktor-client-logging-jvm

ktor-client-logging-jvm

JSON →
library3.4.1javamavenunverified

Provides logging capabilities for Ktor HTTP client requests and responses on the JVM.

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-jvm</artifactId> <version>3.4.1</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-LOGGIN
K
ktor-client-logging-jvm
http-clientjavav3.4.1
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

Configures Ktor client to log all requests and responses.

import io.ktor.client.*; import io.ktor.client.plugins.logging.*; import io.ktor.client.request.*; public class Example { public static void main(String[] args) { HttpClient client = HttpClient.create().install(Logging) { level = LogLevel.ALL; }; client.get("https://example.com"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
ktor-client-logging-jvm — mvn dependency:get ktor-client-logging-jvm · libregistry