final class ApplicativeAskLogger[F[_], A] extends SelfAwareStructuredLogger[F]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicativeAskLogger
- SelfAwareStructuredLogger
- StructuredLogger
- SelfAwareLogger
- Logger
- ErrorLogger
- MessageLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApplicativeAskLogger(underlying: SelfAwareStructuredLogger[F])(implicit arg0: FlatMap[F], arg1: ApplicativeAsk[F, A], arg2: CtxEncoder[A])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def debug(t: Throwable)(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → ErrorLogger
- def debug(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → MessageLogger
- def debug(ctx: Map[String, String], t: Throwable)(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- def debug(ctx: Map[String, String])(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(t: Throwable)(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → ErrorLogger
- def error(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → MessageLogger
- def error(ctx: Map[String, String], t: Throwable)(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- def error(ctx: Map[String, String])(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def info(t: Throwable)(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → ErrorLogger
- def info(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → MessageLogger
- def info(ctx: Map[String, String], t: Throwable)(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- def info(ctx: Map[String, String])(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- def isDebugEnabled: F[Boolean]
- Definition Classes
- ApplicativeAskLogger → SelfAwareLogger
- def isErrorEnabled: F[Boolean]
- Definition Classes
- ApplicativeAskLogger → SelfAwareLogger
- def isInfoEnabled: F[Boolean]
- Definition Classes
- ApplicativeAskLogger → SelfAwareLogger
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled: F[Boolean]
- Definition Classes
- ApplicativeAskLogger → SelfAwareLogger
- def isWarnEnabled: F[Boolean]
- Definition Classes
- ApplicativeAskLogger → SelfAwareLogger
- def mapK[G[_]](fk: ~>[F, G]): SelfAwareStructuredLogger[G]
- Definition Classes
- SelfAwareStructuredLogger → StructuredLogger → SelfAwareLogger → Logger → ErrorLogger → MessageLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(t: Throwable)(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → ErrorLogger
- def trace(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → MessageLogger
- def trace(ctx: Map[String, String], t: Throwable)(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- def trace(ctx: Map[String, String])(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def warn(t: Throwable)(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → ErrorLogger
- def warn(message: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → MessageLogger
- def warn(ctx: Map[String, String], t: Throwable)(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- def warn(ctx: Map[String, String])(msg: => String): F[Unit]
- Definition Classes
- ApplicativeAskLogger → StructuredLogger
- def withModifiedString(f: (String) => String): Logger[F]
- Definition Classes
- Logger
Deprecated Value Members
- 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.