Branch

data class Branch

An instance of the Arbor API representing the state of the forest.

Functions

Link copied to clipboard
fun d(msg: () -> String)
fun d(msg: String)
fun d(msg: String, args: Array<out Any?>?)
fun d(throwable: Throwable, msg: () -> String)
fun d(throwable: Throwable, msg: String = "")
fun d(throwable: Throwable, msg: String, args: Array<out Any?>?)

Log a debug message.

Link copied to clipboard
fun Branch.d(msg: String, vararg args: Any?)

Log a debug message.

Link copied to clipboard
fun e(msg: () -> String)
fun e(msg: String)
fun e(throwable: Throwable, msg: () -> String)
fun e(throwable: Throwable, msg: String = "")

Log an error message.

fun e(msg: String, args: Array<out Any?>?)
fun e(throwable: Throwable, msg: String, args: Array<out Any?>?)

Log a error message.

Link copied to clipboard
fun Branch.e(msg: String, vararg args: Any?)

Log an error message.

Link copied to clipboard
fun i(msg: () -> String)
fun i(msg: String)
fun i(throwable: Throwable, msg: () -> String)
fun i(throwable: Throwable, msg: String = "")

Log an info message.

fun i(msg: String, args: Array<out Any?>?)
fun i(throwable: Throwable, msg: String, args: Array<out Any?>?)

Log a info message.

Link copied to clipboard
fun Branch.i(msg: String, vararg args: Any?)

Log an info message.

Link copied to clipboard
fun v(msg: () -> String)
fun v(msg: String)
fun v(msg: String, args: Array<out Any?>?)
fun v(throwable: Throwable, msg: () -> String)
fun v(throwable: Throwable, msg: String = "")
fun v(throwable: Throwable, msg: String, args: Array<out Any?>?)

Log a verbose message.

Link copied to clipboard
fun Branch.v(msg: String, vararg args: Any?)

Log a verbose message.

Link copied to clipboard
fun w(msg: () -> String)
fun w(msg: String)
fun w(msg: String, args: Array<out Any?>?)
fun w(throwable: Throwable, msg: () -> String)
fun w(throwable: Throwable, msg: String = "")
fun w(throwable: Throwable, msg: String, args: Array<out Any?>?)

Log a warning message.

Link copied to clipboard
fun Branch.w(msg: String, vararg args: Any?)

Log a warning message.

Link copied to clipboard
fun wtf(msg: () -> String)
fun wtf(msg: String)
fun wtf(msg: String, args: Array<out Any?>?)
fun wtf(throwable: Throwable, msg: () -> String)
fun wtf(throwable: Throwable, msg: String = "")
fun wtf(throwable: Throwable, msg: String, args: Array<out Any?>?)

Log a wtf message.

Link copied to clipboard
fun Branch.wtf(msg: String, vararg args: Any?)

Log a wtf message.