c

tofu.logging.impl

CachedLogs

class CachedLogs[I[_], F[_]] extends Logs[I, F]

Linear Supertypes
Logs[I, F], LogsVOps[I, F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CachedLogs
  2. Logs
  3. LogsVOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CachedLogs(underlying: Logs[I, F], nameCache: QVar[I, Map[String, Logging[F]]], tagCache: QVar[I, Map[ClassTag[_], Logging[F]]])(implicit arg0: Monad[I], arg1: Guarantee[I])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def biwiden[I1[a] >: I[a], F1[a] >: F[a]]: Logs[I1, F1]
    Definition Classes
    Logs
  6. def byName(name: String): I[Logging[F]]

    Creates an instance of tofu.logging.Logging for a given arbitrary string name, using it to create underlying org.slf4j.Logger with.

    Creates an instance of tofu.logging.Logging for a given arbitrary string name, using it to create underlying org.slf4j.Logger with.

    Definition Classes
    CachedLogsLogs
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def forService[Svc](implicit arg0: ClassTag[Svc]): I[Logging[F]]

    Creates an instance of tofu.logging.Logging with a given arbitrary type tag, using it as a class to create underlying org.slf4j.Logger with.

    Creates an instance of tofu.logging.Logging with a given arbitrary type tag, using it as a class to create underlying org.slf4j.Logger with.

    Definition Classes
    CachedLogsLogs
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def named[name <: String with Singleton](implicit name: ValueOf[name]): I[ServiceLogging[F, name]]
    Definition Classes
    LogsVOps
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def of[Svc[_[_]]](implicit tag: ClassTag[Svc[Any]]): I[ServiceLogging[F, Svc[Any]]]

    An alternative to service method for tagless final services.

    An alternative to service method for tagless final services.

    Definition Classes
    Logs
    Example:
    1.  trait Service[F[_]]{ ...}
      
      object Service extends Logging.Companion[Service] val logs: Logs.Universal[F] = ???
      
      val serviceLog = logs.of[Service] //ServiceLogging[
  19. final def service[Svc](implicit arg0: ClassTag[Svc]): I[ServiceLogging[F, Svc]]
    Definition Classes
    Logs
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Logs[I, F]

Inherited from LogsVOps[I, F]

Inherited from AnyRef

Inherited from Any

Ungrouped