LoggerEitherTF

final class LoggerEitherTF[F[_]](val EF: Fx[F], val MF: Monad[F], val canLog: CanLog) extends LoggerEitherT[F]
trait LoggerEitherT[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def debugEitherT[A, B](efab: EitherT[F, A, B])(a2String: A => String, b2String: B => String): EitherT[F, A, B]
Inherited from
LoggerEitherT
def errorEitherT[A, B](efab: EitherT[F, A, B])(a2String: A => String, b2String: B => String): EitherT[F, A, B]
Inherited from
LoggerEitherT
def infoEitherT[A, B](efab: EitherT[F, A, B])(a2String: A => String, b2String: B => String): EitherT[F, A, B]
Inherited from
LoggerEitherT
def warnEitherT[A, B](efab: EitherT[F, A, B])(a2String: A => String, b2String: B => String): EitherT[F, A, B]
Inherited from
LoggerEitherT

Concrete fields

override val EF: Fx[F]
override val MF: Monad[F]
override val canLog: CanLog