LoggingConfig

class LoggingConfig(val logLevel: <Error class: unknown class> = LogLevel.Headers, val logger: <Error class: unknown class> = Logger.Simple, val sanitize: Boolean = true)

Defines the configuration parameters for logging.

Constructors

Link copied to clipboard
constructor(logLevel: <Error class: unknown class> = LogLevel.Headers, logger: <Error class: unknown class> = Logger.Simple, sanitize: Boolean = true)

Properties

Link copied to clipboard
val logger: <Error class: unknown class>

the logger instance to be used by the HTTP client.

Link copied to clipboard
val logLevel: <Error class: unknown class>

the level of logging to be used by the HTTP client.

Link copied to clipboard
val sanitize: Boolean = true

flag indicating whether to sanitize sensitive information (i.e., authorization header) in the logs