AdyenLogger

interface AdyenLogger

Utility class to configure the Adyen logger.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun log(level: AdyenLogLevel, tag: String, message: String, throwable: Throwable?)
Link copied to clipboard
abstract fun setLogLevel(level: AdyenLogLevel)
Link copied to clipboard
abstract fun shouldLog(level: AdyenLogLevel): Boolean