LogcatOutlet

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var level: LogOutlet.Level

Functions

Link copied to clipboard
inline fun debug(provider: () -> String)
open fun debug(message: String)
Link copied to clipboard
inline fun error(provider: () -> String)
open fun error(message: String)
open fun error(ex: Throwable)
inline fun error(ex: Throwable, provider: () -> String)
open fun error(ex: Throwable, message: String)
Link copied to clipboard
inline fun info(provider: () -> String)
open fun info(message: String)
Link copied to clipboard
open override fun internalLog(message: String?, ex: Throwable?, level: LogOutlet.Level)
Link copied to clipboard
fun log(level: LogOutlet.Level, ex: Throwable?, message: String?)
Link copied to clipboard
inline fun logDeferred(level: LogOutlet.Level, ex: Throwable?, message: () -> String)
Link copied to clipboard
inline fun trace(provider: () -> String)
open fun trace(message: String)
Link copied to clipboard
inline fun warn(provider: () -> String)
open fun warn(message: String)