purchases-android
public
/
com.revenuecat.purchases
/
LogHandler
Log
Handler
interface
LogHandler
Content copied to clipboard
Interface that allows handling logs manually. See also Purchases.logHandler
Functions
Sources
Functions
d
Link copied to clipboard
abstract
fun
d
(
tag
:
String
,
msg
:
String
)
Content copied to clipboard
e
Link copied to clipboard
abstract
fun
e
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
i
Link copied to clipboard
abstract
fun
i
(
tag
:
String
,
msg
:
String
)
Content copied to clipboard
v
Link copied to clipboard
abstract
fun
v
(
tag
:
String
,
msg
:
String
)
Content copied to clipboard
w
Link copied to clipboard
abstract
fun
w
(
tag
:
String
,
msg
:
String
)
Content copied to clipboard
Sources
androidJvm source
Link copied to clipboard