logD

fun logD(tag: String, message: String)

Log Android debug entry in the following format: D/Mapbox: [SDK_IDENTIFIER]\ [tag]


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

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


inline fun logD(tag: String, message: () -> String)

Log Android debug entry in the following format: D/Mapbox: [SDK_IDENTIFIER]\ [tag] message lambda is only evaluated if the debug priority is enabled.