Trait/Object

loggerf.cats

Logful

Related Docs: object Logful | package cats

Permalink

trait Logful extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logful
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def debugA[F[_], A](fa: F[A])(a2String: (A) ⇒ String)(implicit arg0: LoggerA[F]): F[A]

    Permalink
  7. def debugEither[F[_], A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEither[F]): F[Either[A, B]]

    Permalink
  8. def debugEitherT[F[_], A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEitherT[F]): EitherT[F, A, B]

    Permalink
  9. def debugOption[F[_], A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOption[F]): F[Option[A]]

    Permalink
  10. def debugOptionT[F[_], A](fa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOptionT[F]): OptionT[F, A]

    Permalink
  11. def debugS[F[_]](message: F[String])(implicit arg0: LoggerA[F]): F[String]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def errorA[F[_], A](fa: F[A])(a2String: (A) ⇒ String)(implicit arg0: LoggerA[F]): F[A]

    Permalink
  15. def errorEither[F[_], A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEither[F]): F[Either[A, B]]

    Permalink
  16. def errorEitherT[F[_], A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEitherT[F]): EitherT[F, A, B]

    Permalink
  17. def errorOption[F[_], A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOption[F]): F[Option[A]]

    Permalink
  18. def errorOptionT[F[_], A](fa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOptionT[F]): OptionT[F, A]

    Permalink
  19. def errorS[F[_]](message: F[String])(implicit arg0: LoggerA[F]): F[String]

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def infoA[F[_], A](fa: F[A])(a2String: (A) ⇒ String)(implicit arg0: LoggerA[F]): F[A]

    Permalink
  23. def infoEither[F[_], A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEither[F]): F[Either[A, B]]

    Permalink
  24. def infoEitherT[F[_], A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEitherT[F]): EitherT[F, A, B]

    Permalink
  25. def infoOption[F[_], A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOption[F]): F[Option[A]]

    Permalink
  26. def infoOptionT[F[_], A](fa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOptionT[F]): OptionT[F, A]

    Permalink
  27. def infoS[F[_]](message: F[String])(implicit arg0: LoggerA[F]): F[String]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def log[F[_], A, B](etfab: EitherT[F, A, B])(leftToMessage: (A) ⇒ LeveledMessage with MaybeIgnorable, rightToMessage: (B) ⇒ LeveledMessage with MaybeIgnorable)(implicit arg0: Log[F]): EitherT[F, A, B]

    Permalink
  30. def log[F[_], A](otfa: OptionT[F, A])(ifEmpty: ⇒ LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) ⇒ LeveledMessage with MaybeIgnorable)(implicit arg0: Log[F]): OptionT[F, A]

    Permalink
  31. def log[F[_], A, B](feab: F[Either[A, B]])(leftToMessage: (A) ⇒ LeveledMessage with MaybeIgnorable, rightToMessage: (B) ⇒ LeveledMessage with MaybeIgnorable)(implicit arg0: Log[F]): F[Either[A, B]]

    Permalink
  32. def log[F[_], A](foa: F[Option[A]])(ifEmpty: ⇒ LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) ⇒ LeveledMessage with MaybeIgnorable)(implicit arg0: Log[F]): F[Option[A]]

    Permalink
  33. def log[F[_], A](fa: F[A])(toLeveledMessage: (A) ⇒ LeveledMessage with NotIgnorable)(implicit arg0: Log[F]): F[A]

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def warnA[F[_], A](fa: F[A])(a2String: (A) ⇒ String)(implicit arg0: LoggerA[F]): F[A]

    Permalink
  43. def warnEither[F[_], A, B](fab: F[Either[A, B]])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEither[F]): F[Either[A, B]]

    Permalink
  44. def warnEitherT[F[_], A, B](efab: EitherT[F, A, B])(a2String: (A) ⇒ String, b2String: (B) ⇒ String)(implicit arg0: LoggerEitherT[F]): EitherT[F, A, B]

    Permalink
  45. def warnOption[F[_], A](fa: F[Option[A]])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOption[F]): F[Option[A]]

    Permalink
  46. def warnOptionT[F[_], A](fa: OptionT[F, A])(ifEmpty: ⇒ String, a2String: (A) ⇒ String)(implicit arg0: LoggerOptionT[F]): OptionT[F, A]

    Permalink
  47. def warnS[F[_]](message: F[String])(implicit arg0: LoggerA[F]): F[String]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped