ISeedling

interface ISeedling

The root logging interface.

Inheritors

Seedling

Properties

Link copied to clipboard
abstract val tag: String

A static or dynamically generated tag for logging.

Functions

Link copied to clipboard
open fun log(level: Int, tag: String, msg: () -> String, throwable: Throwable? = null)
abstract fun log(level: Int, tag: String = "", msg: String, throwable: Throwable? = null, args: Array<out Any?>? = null)

A request to perform logging.