TypedKSLogBuilder

class TypedKSLogBuilder(preset: Map<KClass<*>?, KSLog> = emptyMap())(source)

Special builder for TypedKSLog

Constructors

Link copied to clipboard
constructor(preset: Map<KClass<*>?, KSLog> = emptyMap())

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Any> on(with: KSLog): KSLog?
inline fun <T : Any> on(noinline with: SimpleKSLogCallback): KSLog?
fun on(kClass: KClass<*>?, with: KSLog): KSLog?
fun on(kClass: KClass<*>?, with: SimpleKSLogCallback): KSLog?