logW

fun logW(tag: String, message: String)

Log Android warning entry in the following format: W/Mapbox: [SDK_IDENTIFIER]\ [tag]


fun logW(tag: String, message: String, logThrottler: LogThrottler?)

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