Package 

Class LoggerDelegate

  • 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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerDelegate(LoggerFactory<?> loggerFactory)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Logger getValue(R thisRef, KProperty<?> property)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggerDelegate

        LoggerDelegate(LoggerFactory<?> loggerFactory)