Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun of(name: String): Logger
fun of(clazz: KClass<*>): Logger
Link copied to clipboard
inline fun <T : Logger> ofType(name: String): T
inline fun <T : Logger> ofType(clazz: KClass<*>): T