Package io.ktor.client.features.logging
Types
Link copied to clipboard
class Logging(logger: Logger, level: LogLevel, filters: List<(HttpRequestBuilder) -> Boolean>)
Content copied to clipboard
HttpClient logging feature.
Link copied to clipboard
Functions
Link copied to clipboard
Configure and install Logging in HttpClient.
Properties
Link copied to clipboard
Android Logger: breaks up long log messages that would be truncated by Android's max log length of 4068 characters
Link copied to clipboard