-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
public final class LoggerDelegate<R extends Object> implements ReadOnlyProperty<R, Logger>
Get a Logger for the enclosing class, even when invoked from a
companion object.This class has been superseded by the use of the
getLogger()functions; it may be deprecated in future releases.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoggerDelegate.Companion
-
Constructor Summary
Constructors Constructor Description LoggerDelegate(LoggerFactory<?> loggerFactory)
-