logging

fun <T : KClass<*>> logging(cls: T): Slf4jDelegate

Create a new Slf4jDelegate property.

Return

The read-only property instance

Parameters

cls

The class to use


inline fun <T> logging(): Slf4jDelegate

Create a new Slf4jDelegate with T as the reified class.

Return

The read-only property instance