logI

fun logI(tag: String, message: String)

Log Android info entry in the following format: I/Mapbox: [SDK_IDENTIFIER]\ [tag]


@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
fun logI(tag: String, message: String, logThrottler: LogThrottler?)

Log Android info entry in the following format: I/Mapbox: [SDK_IDENTIFIER]\ [tag] Internal version with optional log throttling support.