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