logE

fun logE(tag: String, message: String)

Log Android error entry in the following format: E/Mapbox: [SDK_IDENTIFIER]\ [tag]


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

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