LogOutlet

abstract class LogOutlet

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract 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
abstract 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)