Logging

class Logging

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

You can learn more from Logging.

Types

Link copied to clipboard
object Companion : HttpClientPlugin<Logging.Config, Logging>
Link copied to clipboard
class Config

A configuration for the Logging plugin.

Properties

Link copied to clipboard
var filters: List<(HttpRequestBuilder) -> Boolean>
Link copied to clipboard
var level: LogLevel
Link copied to clipboard
val logger: Logger