dokilog

dokilog / com.dokidevs.dokilog / DokiLog / log

log

fun log(priority: Int, className: String, message: String? = null, t: Throwable? = null): Unit

Actual execution method to loop through all log profiles. Entry point to LogProfile.prepareLog. You usually will not call this method directly.