LoggingErrMid

tofu.logging.LoggingErrMid
See theLoggingErrMid companion object
abstract class LoggingErrMid[E, A] extends LoggingMid[A]

Logging middleware supporting error reporting Alg[LoggingErrMid[E, _]] is a special form of implicit evidence of injectable logging support generally you don't need Logging instance to derive this so choice of logging postponed until this middleware is attached to the core instance

Attributes

Companion
object
Graph
Supertypes
class LoggingMid[A]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def aroundErr[F[_] : LoggingBase](fa: F[A]): F[A]

Concrete methods

def around[F[_] : LoggingBase](fa: F[A]): F[A]
def toMid[F[_] : LoggingBase]: Mid[F, A]

Inherited methods

def toMid[F[_] : LoggingBase]: Mid[F, A]

Attributes

Inherited from:
LoggingMid