QuatiLogger

interface QuatiLogger

usage:

class Foobar {
companion object : QuatiLogger.Base()
}

Alternative: use an interface to avoid using an abstract class:

class Foobar {
companion object : QuatiLogger by QuatiLogger.create(Foobar::class)
}

Inheritors

Types

Link copied to clipboard
abstract class Base : QuatiLogger
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val log: <Error class: unknown class>