setLogLevel

Sets the minimum level to be logged.


fun setLogLevel(logLevel: Int)

Deprecated

Logger.LogLevel is deprecated.

Replace with

import com.adyen.checkout.core.AdyenLogLevel
import com.adyen.checkout.core.AdyenLogger
AdyenLogger.setLogLevel(AdyenLogLevel.)

Sets the minimum level to be logged.