TypedKSLogBuilder

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

Constructors

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

Functions

Link copied to clipboard
fun build(): TypedKSLog
Link copied to clipboard
fun default(with: KSLog): KSLog?
fun default(with: SimpleKSLogCallback): KSLog?
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?

Sources

Link copied to clipboard