Packages

c

com.emarsys.logger

ContextualLogger

case class ContextualLogger[F[_]]()(implicit evidence$1: Monad[F], evidence$2: Logging[F], evidence$3: Context[F]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextualLogger
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContextualLogger()(implicit arg0: Monad[F], arg1: Logging[F], arg2: Context[F])

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()
  6. def debug(msg: ⇒ String, params: (String, Type)*): F[Unit]
  7. def debug(msg: ⇒ String): F[Unit]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def error(cause: Throwable, msg: ⇒ String, params: (String, Type)*): F[Unit]
  10. def error(cause: Throwable, msg: ⇒ String): F[Unit]
  11. def error(cause: Throwable, params: (String, Type)*): F[Unit]
  12. def error(cause: Throwable): F[Unit]
  13. def error(msg: ⇒ String, params: (String, Type)*): F[Unit]
  14. def error(msg: ⇒ String): F[Unit]
  15. def extendContext[A](params: (String, Type)*)(fa: F[A]): F[A]
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getContext: F[LoggingContext]
  19. def info(msg: ⇒ String, params: (String, Type)*): F[Unit]
  20. def info(msg: ⇒ String): F[Unit]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def modifyContext[A](contextExtender: (LoggingContext) ⇒ LoggingContext)(fa: F[A]): F[A]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def setContext[A](loggingContext: LoggingContext)(fa: F[A]): F[A]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def warn(cause: Throwable, msg: ⇒ String, params: (String, Type)*): F[Unit]
  32. def warn(cause: Throwable, msg: ⇒ String): F[Unit]
  33. def warn(cause: Throwable, params: (String, Type)*): F[Unit]
  34. def warn(cause: Throwable): F[Unit]
  35. def warn(msg: ⇒ String, params: (String, Type)*): F[Unit]
  36. def warn(msg: ⇒ String): F[Unit]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped