FoundryLogger

A simple logging abstraction for use in Foundry.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun debug(message: String)
Link copied to clipboard
abstract fun error(message: String)
abstract fun error(message: String, error: Throwable)
Link copied to clipboard
abstract fun info(message: String)
Link copied to clipboard
abstract fun lifecycle(message: String)
Link copied to clipboard
abstract fun warn(message: String)
abstract fun warn(message: String, error: Throwable)