stripe-android
androidJvm
stripe-core
/
com.stripe.android.core
/
Logger
Logger
interface
Logger
Types
Functions
Types
Companion
Link copied to clipboard
object
Companion
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
msg
:
String
)
error
Link copied to clipboard
abstract
fun
error
(
msg
:
String
,
t
:
Throwable
?
=
null
)
info
Link copied to clipboard
abstract
fun
info
(
msg
:
String
)
warning
Link copied to clipboard
abstract
fun
warning
(
msg
:
String
)