ktor-client-logging / io.ktor.client.features.logging

Package io.ktor.client.features.logging

Types

LogLevel

enum class LogLevel

Logging log level.

Logger

interface Logger

HttpClient Logger.

Logging

class Logging

HttpClient logging feature.

Companion Object Properties

DEFAULT

expect val Logger.Companion.DEFAULT: Logger

Default logger to use.

SIMPLE

val Logger.Companion.SIMPLE: Logger

Logger using println.