Logger

interface Logger

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Functions

Link copied to clipboard
open fun debug(msgSupplier: Supplier<String>)
open fun debug(msg: String)
open fun debug(msgSupplier: Supplier<String>, throwable: Throwable?)
Link copied to clipboard
@FormatMethod
open fun debugf(format: String, vararg args: Any?)
Link copied to clipboard
open fun error(msgSupplier: Supplier<String>)
open fun error(msg: String)
open fun error(msgSupplier: Supplier<String>, throwable: Throwable?)
Link copied to clipboard
@FormatMethod
open fun errorf(format: String, vararg args: Any?)
Link copied to clipboard
open fun info(msgSupplier: Supplier<String>)
open fun info(msg: String)
open fun info(msgSupplier: Supplier<String>, throwable: Throwable?)
Link copied to clipboard
@FormatMethod
open fun infof(format: String, vararg args: Any?)
Link copied to clipboard
abstract fun isLoggable(level: Logger.Level): Boolean
Link copied to clipboard
abstract fun log(level: Logger.Level, msg: String, throwable: Throwable?)
Link copied to clipboard
open fun trace(msgSupplier: Supplier<String>)
open fun trace(msg: String)
open fun trace(msgSupplier: Supplier<String>, throwable: Throwable?)
Link copied to clipboard
@FormatMethod
open fun tracef(format: String, vararg args: Any?)
Link copied to clipboard
open fun warn(msgSupplier: Supplier<String>)
open fun warn(msg: String)
open fun warn(msgSupplier: Supplier<String>, throwable: Throwable?)
Link copied to clipboard
@FormatMethod
open fun warnf(format: String, vararg args: Any?)