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