JewelLogger

@ApiStatus.NonExtendable
abstract class JewelLogger

A wrapper which uses either IDE logging subsystem (if available) or java.util.logging.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

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