Package-level declarations

Functions

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

Example :

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

Example :

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

Example :

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

Example :

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

Example :

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

Example :

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

Example :