logD

fun logD(tag: String, message: String)

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


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.