Tree

actual abstract class Tree

A facade for handling logging calls. Install instances via .plant.

Inheritors

expect abstract class Tree

A facade for handling logging calls. Install instances via .plant.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
actual open fun d(t: Throwable?)

Log a debug exception.

actual open fun d(message: String?, vararg args: Any?)

Log a debug message with optional format args.

actual open fun d(t: Throwable?, message: String?, vararg args: Any?)

Log a debug exception and a message with optional format args.

expect open fun d(t: Throwable?)

Log a debug exception.

expect open fun d(message: String?, vararg args: Any?)

Log a debug message with optional format args.

expect open fun d(t: Throwable?, message: String?, vararg args: Any?)

Log a debug exception and a message with optional format args.

Link copied to clipboard
actual open fun e(t: Throwable?)

Log an error exception.

actual open fun e(message: String?, vararg args: Any?)

Log an error message with optional format args.

actual open fun e(t: Throwable?, message: String?, vararg args: Any?)

Log an error exception and a message with optional format args.

expect open fun e(t: Throwable?)

Log an error exception.

expect open fun e(message: String?, vararg args: Any?)

Log an error message with optional format args.

expect open fun e(t: Throwable?, message: String?, vararg args: Any?)

Log an error exception and a message with optional format args.

Link copied to clipboard
actual open fun i(t: Throwable?)

Log an info exception.

actual open fun i(message: String?, vararg args: Any?)

Log an info message with optional format args.

actual open fun i(t: Throwable?, message: String?, vararg args: Any?)

Log an info exception and a message with optional format args.

expect open fun i(t: Throwable?)

Log an info exception.

expect open fun i(message: String?, vararg args: Any?)

Log an info message with optional format args.

expect open fun i(t: Throwable?, message: String?, vararg args: Any?)

Log an info exception and a message with optional format args.

Link copied to clipboard
actual open fun log(priority: Int, t: Throwable?)

Log at priority an exception.

actual open fun log(priority: Int, message: String?, vararg args: Any?)

Log at priority a message with optional format args.

actual open fun log(priority: Int, t: Throwable?, message: String?, vararg args: Any?)

Log at priority an exception and a message with optional format args.

expect open fun log(priority: Int, t: Throwable?)

Log at priority an exception.

expect open fun log(priority: Int, message: String?, vararg args: Any?)

Log at priority a message with optional format args.

expect open fun log(priority: Int, t: Throwable?, message: String?, vararg args: Any?)

Log at priority an exception and a message with optional format args.

Link copied to clipboard
actual open fun v(t: Throwable?)

Log a verbose exception.

actual open fun v(message: String?, vararg args: Any?)

Log a verbose message with optional format args.

actual open fun v(t: Throwable?, message: String?, vararg args: Any?)

Log a verbose exception and a message with optional format args.

expect open fun v(t: Throwable?)

Log a verbose exception.

expect open fun v(message: String?, vararg args: Any?)

Log a verbose message with optional format args.

expect open fun v(t: Throwable?, message: String?, vararg args: Any?)

Log a verbose exception and a message with optional format args.

Link copied to clipboard
actual open fun w(t: Throwable?)

Log a warning exception.

actual open fun w(message: String?, vararg args: Any?)

Log a warning message with optional format args.

actual open fun w(t: Throwable?, message: String?, vararg args: Any?)

Log a warning exception and a message with optional format args.

expect open fun w(t: Throwable?)

Log a warning exception.

expect open fun w(message: String?, vararg args: Any?)

Log a warning message with optional format args.

expect open fun w(t: Throwable?, message: String?, vararg args: Any?)

Log a warning exception and a message with optional format args.

Link copied to clipboard
actual open fun wtf(t: Throwable?)

Log an assert exception.

actual open fun wtf(message: String?, vararg args: Any?)

Log an assert message with optional format args.

actual open fun wtf(t: Throwable?, message: String?, vararg args: Any?)

Log an assert exception and a message with optional format args.

expect open fun wtf(t: Throwable?)

Log an assert exception.

expect open fun wtf(message: String?, vararg args: Any?)

Log an assert message with optional format args.

expect open fun wtf(t: Throwable?, message: String?, vararg args: Any?)

Log an assert exception and a message with optional format args.