WemapSDKs
Toggle table of contents
1.0.0-beta.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
WemapSDKs
WemapCoreSDK
/
com.getwemap.sdk.core.helpers
/
Logger
Logger
object
Logger
Members
Properties
level
Link copied to clipboard
var
level
:
Int
TAG
Link copied to clipboard
var
TAG
:
String
Functions
d
Link copied to clipboard
fun
d
(
message
:
String
,
tag
:
String
=
TAG
)
e
Link copied to clipboard
fun
e
(
message
:
String
,
tag
:
String
=
TAG
)
f
Link copied to clipboard
fun
f
(
message
:
String
,
tag
:
String
=
TAG
)
i
Link copied to clipboard
fun
i
(
message
:
String
,
tag
:
String
=
TAG
)
log
Fun
Link copied to clipboard
fun
logFun
(
functionName
:
String
,
vararg
params
:
Pair
<
String
,
Any
?
>
)
v
Link copied to clipboard
fun
v
(
message
:
String
,
tag
:
String
=
TAG
)
w
Link copied to clipboard
fun
w
(
message
:
String
,
tag
:
String
=
TAG
)