SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
MobileSync
/
com.salesforce.androidsdk.mobilesync.util
/
MobileSyncLogger
/
i
i
@
JvmStatic
fun
i
(
tag
:
String
,
message
:
String
)
Logs an info log line.
Parameters
tag
Log tag.
message
Log message.
@
JvmStatic
fun
i
(
tag
:
String
,
msg
:
String
,
obj
:
Any
)
Logs an info log line.
Parameters
tag
Log tag.
msg
Log message.
obj
Object to be logged.