logI

fun logI(tag: String, message: String)

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


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.