toggle menu
adyen-android
androidJvm
switch theme
search in API
checkout-core
/
com.adyen.checkout.core
/
AdyenLogger
Adyen
Logger
interface
AdyenLogger
Utility class to configure the Adyen logger.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
log
Link copied to clipboard
abstract
fun
log
(
level
:
AdyenLogLevel
,
tag
:
String
,
message
:
String
,
throwable
:
Throwable
?
)
set
Log
Level
Link copied to clipboard
abstract
fun
setLogLevel
(
level
:
AdyenLogLevel
)
should
Log
Link copied to clipboard
abstract
fun
shouldLog
(
level
:
AdyenLogLevel
)
:
Boolean