dokilog

dokilog / com.dokidevs.dokilog / LogProfile / log

log

protected open fun log(priority: Int, tag: String?, message: String): Unit

Actual log method. This is from Timber (by Jake Wharton) to split log according to maximum length defined by MAX_LOG_LENGTH.

Parameters

priority - Final priority of the log from adjustPriority method.

tag - Tag generated from getTag method.

message - Final message generated from prepareLog method.