Package-level declarations

Functions

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

Example :

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

Example :

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

Example :

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

Example :

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

Example :

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

Example :

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

Example :