Packages

final class FunctorTellLogger[F[_], G[_]] extends SelfAwareLogger[F]

Linear Supertypes
SelfAwareLogger[F], Logger[F], ErrorLogger[F], MessageLogger[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunctorTellLogger
  2. SelfAwareLogger
  3. Logger
  4. ErrorLogger
  5. MessageLogger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FunctorTellLogger(traceEnabled: Boolean = true, debugEnabled: Boolean = true, infoEnabled: Boolean = true, warnEnabled: Boolean = true, errorEnabled: Boolean = true)(implicit arg0: Applicative[F], arg1: Applicative[G], FT: FunctorTell[F, G[LogMessage]])

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def debug(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → MessageLogger
  7. def debug(t: Throwable)(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → ErrorLogger
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def error(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → MessageLogger
  11. def error(t: Throwable)(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → ErrorLogger
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def info(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → MessageLogger
  15. def info(t: Throwable)(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → ErrorLogger
  16. def isDebugEnabled: F[Boolean]
    Definition Classes
    FunctorTellLogger → SelfAwareLogger
  17. def isErrorEnabled: F[Boolean]
    Definition Classes
    FunctorTellLogger → SelfAwareLogger
  18. def isInfoEnabled: F[Boolean]
    Definition Classes
    FunctorTellLogger → SelfAwareLogger
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isTraceEnabled: F[Boolean]
    Definition Classes
    FunctorTellLogger → SelfAwareLogger
  21. def isWarnEnabled: F[Boolean]
    Definition Classes
    FunctorTellLogger → SelfAwareLogger
  22. def mapK[G[_]](fk: ~>[F, G]): SelfAwareLogger[G]
    Definition Classes
    SelfAwareLogger → Logger → ErrorLogger → MessageLogger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def trace(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → MessageLogger
  29. def trace(t: Throwable)(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → ErrorLogger
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def warn(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → MessageLogger
  34. def warn(t: Throwable)(message: ⇒ String): F[Unit]
    Definition Classes
    FunctorTellLogger → ErrorLogger
  35. def withModifiedString(f: (String) ⇒ String): Logger[F]
    Definition Classes
    Logger

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from SelfAwareLogger[F]

Inherited from Logger[F]

Inherited from ErrorLogger[F]

Inherited from MessageLogger[F]

Inherited from AnyRef

Inherited from Any

Ungrouped