Package-level declarations

Functions

Link copied to clipboard
fun Any?.loga(throwable: Throwable? = null, tag: String? = null)

Example :

Link copied to clipboard
fun Any?.logcat(throwable: Throwable? = null, priority: LogLevel = LogLevel.DEBUG, tag: String? = null)

Example :

Link copied to clipboard
fun Any?.logd(throwable: Throwable? = null, tag: String? = null)

Example :

Link copied to clipboard
fun Any?.loge(throwable: Throwable? = null, tag: String? = null)

Example :

Link copied to clipboard
fun Any?.logi(throwable: Throwable? = null, tag: String? = null)

Example :

Link copied to clipboard
fun Any?.logv(throwable: Throwable? = null, tag: String? = null)

Example :

Link copied to clipboard
fun Any?.logw(throwable: Throwable? = null, tag: String? = null)

Example :