LoggingBiMid

tofu.logging.bi.LoggingBiMid
See theLoggingBiMid companion object
abstract class LoggingBiMid[E, A]

Logging middleware for binary typeconstructor parameterized algebras Alg[LoggingBiMid] 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 Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def around[F[_, _] : SafeBase](fa: F[E, A]): F[E, A]

Concrete methods

def toMid[F[_, _] : SafeBase]: BiMid[F, E, A]