LoggingContextMagnet

@implicitNotFound("\n Cannot log without the means to obtain a LoggingContext.\n\n You might pass an (implicit ctx: LoggingContext) to your method or use the\n Context[${F}] typeclass in case ${F} has a Monad[${F}] instance.\n ") trait LoggingContextMagnet[F[_]]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[Result](f: LoggingContext => F[Unit]): F[Unit]