Packages

final class LoggersF[F[_]] extends Loggers[F] with LoggerA[F] with LoggerOption[F] with LoggerEither[F] with LoggerOptionT[F] with LoggerEitherT[F] with Log[F]

Linear Supertypes
Loggers[F], Log[F], LoggerEitherT[F], LoggerOptionT[F], LoggerEither[F], LoggerOption[F], LoggerA[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoggersF
  2. Loggers
  3. Log
  4. LoggerEitherT
  5. LoggerOptionT
  6. LoggerEither
  7. LoggerOption
  8. LoggerA
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LoggersF()(implicit arg0: Fx[F], arg1: Monad[F], EF: Fx[F], MF: Monad[F], canLog: CanLog)

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. implicit val EF: Fx[F]
    Definition Classes
    LoggersFLogLoggerEitherTLoggerOptionTLoggerEitherLoggerOptionLoggerA
  5. val MF: Monad[F]
    Definition Classes
    LoggersFLogLoggerEitherTLoggerOptionTLoggerEitherLoggerOptionLoggerA
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val canLog: CanLog
    Definition Classes
    LoggersFLogLoggerEitherTLoggerOptionTLoggerEitherLoggerOptionLoggerA
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def debugA[A](fa: F[A])(a2String: (A) => String): F[A]
    Definition Classes
    LoggerA
  10. def debugEither[A, B](fab: F[Either[A, B]])(a2String: (A) => String, b2String: (B) => String): F[Either[A, B]]
    Definition Classes
    LoggerEither
  11. def debugEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) => String, b2String: (B) => String): EitherT[F, A, B]
    Definition Classes
    LoggerEitherT
  12. def debugOption[A](fa: F[Option[A]])(ifEmpty: => String, a2String: (A) => String): F[Option[A]]
    Definition Classes
    LoggerOption
  13. def debugOptionT[A](ofa: OptionT[F, A])(ifEmpty: => String, a2String: (A) => String): OptionT[F, A]
    Definition Classes
    LoggerOptionT
  14. def debugS(message: F[String]): F[String]
    Definition Classes
    LoggerA
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def errorA[A](fa: F[A])(a2String: (A) => String): F[A]
    Definition Classes
    LoggerA
  18. def errorEither[A, B](fab: F[Either[A, B]])(a2String: (A) => String, b2String: (B) => String): F[Either[A, B]]
    Definition Classes
    LoggerEither
  19. def errorEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) => String, b2String: (B) => String): EitherT[F, A, B]
    Definition Classes
    LoggerEitherT
  20. def errorOption[A](fa: F[Option[A]])(ifEmpty: => String, a2String: (A) => String): F[Option[A]]
    Definition Classes
    LoggerOption
  21. def errorOptionT[A](ofa: OptionT[F, A])(ifEmpty: => String, a2String: (A) => String): OptionT[F, A]
    Definition Classes
    LoggerOptionT
  22. def errorS(message: F[String]): F[String]
    Definition Classes
    LoggerA
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def infoA[A](fa: F[A])(a2String: (A) => String): F[A]
    Definition Classes
    LoggerA
  26. def infoEither[A, B](fab: F[Either[A, B]])(a2String: (A) => String, b2String: (B) => String): F[Either[A, B]]
    Definition Classes
    LoggerEither
  27. def infoEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) => String, b2String: (B) => String): EitherT[F, A, B]
    Definition Classes
    LoggerEitherT
  28. def infoOption[A](fa: F[Option[A]])(ifEmpty: => String, a2String: (A) => String): F[Option[A]]
    Definition Classes
    LoggerOption
  29. def infoOptionT[A](ofa: OptionT[F, A])(ifEmpty: => String, a2String: (A) => String): OptionT[F, A]
    Definition Classes
    LoggerOptionT
  30. def infoS(message: F[String]): F[String]
    Definition Classes
    LoggerA
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def log[A, B](etfab: EitherT[F, A, B])(leftToMessage: (A) => LeveledMessage with MaybeIgnorable, rightToMessage: (B) => LeveledMessage with MaybeIgnorable): EitherT[F, A, B]
    Definition Classes
    Log
  33. def log[A](otfa: OptionT[F, A])(ifEmpty: => LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) => LeveledMessage with MaybeIgnorable): OptionT[F, A]
    Definition Classes
    Log
  34. def log[A, B](feab: F[Either[A, B]])(leftToMessage: (A) => LeveledMessage with MaybeIgnorable, rightToMessage: (B) => LeveledMessage with MaybeIgnorable): F[Either[A, B]]
    Definition Classes
    Log
  35. def log[A](foa: F[Option[A]])(ifEmpty: => LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) => LeveledMessage with MaybeIgnorable): F[Option[A]]
    Definition Classes
    Log
  36. def log[A](fa: F[A])(toLeveledMessage: (A) => LeveledMessage with NotIgnorable): F[A]
    Definition Classes
    Log
  37. def logPure[A, B](etfab: EitherT[F, A, B])(leftToMessage: (A) => LeveledMessage with MaybeIgnorable, rightToMessage: (B) => LeveledMessage with MaybeIgnorable): EitherT[F, A, B]
    Definition Classes
    Log
  38. def logPure[A](otfa: OptionT[F, A])(ifEmpty: => LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) => LeveledMessage with MaybeIgnorable): OptionT[F, A]
    Definition Classes
    Log
  39. def logPure[A, B](feab: F[Either[A, B]])(leftToMessage: (A) => LeveledMessage with MaybeIgnorable, rightToMessage: (B) => LeveledMessage with MaybeIgnorable): F[Either[A, B]]
    Definition Classes
    Log
  40. def logPure[A](foa: F[Option[A]])(ifEmpty: => LeveledMessage with MaybeIgnorable, toLeveledMessage: (A) => LeveledMessage with MaybeIgnorable): F[Option[A]]
    Definition Classes
    Log
  41. def logPure[A](fa: F[A])(toLeveledMessage: (A) => LeveledMessage with NotIgnorable): F[A]
    Definition Classes
    Log
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. def warnA[A](fa: F[A])(a2String: (A) => String): F[A]
    Definition Classes
    LoggerA
  51. def warnEither[A, B](fab: F[Either[A, B]])(a2String: (A) => String, b2String: (B) => String): F[Either[A, B]]
    Definition Classes
    LoggerEither
  52. def warnEitherT[A, B](efab: EitherT[F, A, B])(a2String: (A) => String, b2String: (B) => String): EitherT[F, A, B]
    Definition Classes
    LoggerEitherT
  53. def warnOption[A](fa: F[Option[A]])(ifEmpty: => String, a2String: (A) => String): F[Option[A]]
    Definition Classes
    LoggerOption
  54. def warnOptionT[A](ofa: OptionT[F, A])(ifEmpty: => String, a2String: (A) => String): OptionT[F, A]
    Definition Classes
    LoggerOptionT
  55. def warnS(message: F[String]): F[String]
    Definition Classes
    LoggerA

Deprecated Value Members

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

Inherited from Loggers[F]

Inherited from Log[F]

Inherited from LoggerEitherT[F]

Inherited from LoggerOptionT[F]

Inherited from LoggerEither[F]

Inherited from LoggerOption[F]

Inherited from LoggerA[F]

Inherited from AnyRef

Inherited from Any

Ungrouped