Packages

final class ApplicativeAskLogger[F[_], A] extends SelfAwareStructuredLogger[F]

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

Instance Constructors

  1. new ApplicativeAskLogger(underlying: SelfAwareStructuredLogger[F])(implicit arg0: FlatMap[F], arg1: ApplicativeAsk[F, A], arg2: CtxEncoder[A])

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

Inherited from StructuredLogger[F]

Inherited from SelfAwareLogger[F]

Inherited from Logger[F]

Inherited from ErrorLogger[F]

Inherited from MessageLogger[F]

Inherited from AnyRef

Inherited from Any

Ungrouped