log

com.emarsys.logger.log$
object log

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
log.type

Members list

Value members

Concrete methods

def debug[F[_] : Logging](msg: => String)(implicit evidence$1: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def debug[F[_] : Logging](msg: => String, ctx: LoggingContext): F[Unit]
def error[F[_] : Logging](msg: => String)(implicit evidence$11: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def error[F[_] : Logging](msg: => String, ctx: LoggingContext): F[Unit]
def error[F[_] : Logging](cause: Throwable)(implicit evidence$13: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def error[F[_] : Logging](cause: Throwable, ctx: LoggingContext): F[Unit]
def error[F[_] : Logging](cause: Throwable, msg: => String)(implicit evidence$15: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def error[F[_] : Logging](cause: Throwable, msg: => String, ctx: LoggingContext): F[Unit]
def extendContext[F[_] : Context, A](params: (String, Type)*)(fa: => F[A]): F[A]
def extendReaderContext[F[_], A](ctxExtender: LoggingContext => LoggingContext)(block: LoggingContext => F[A]): Logged[F, A]
def info[F[_] : Logging](msg: => String)(implicit evidence$3: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def info[F[_] : Logging](msg: => String, ctx: LoggingContext): F[Unit]
def log[F[_] : Logging](level: LogLevel, msg: String, ctx: LoggingContext): F[Unit]
def modifyContext[F[_] : Context, A](ctxExtender: LoggingContext => LoggingContext)(fa: => F[A]): F[A]
def setContext[F[_] : Context, A](newContext: LoggingContext)(fa: => F[A]): F[A]
def warn[F[_] : Logging](msg: => String)(implicit evidence$5: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def warn[F[_] : Logging](msg: => String, ctx: LoggingContext): F[Unit]
def warn[F[_] : Logging](cause: Throwable)(implicit evidence$7: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def warn[F[_] : Logging](cause: Throwable, ctx: LoggingContext): F[Unit]
def warn[F[_] : Logging](cause: Throwable, msg: => String)(implicit evidence$9: Logging[F], magnet: LoggingContextMagnet[F]): F[Unit]
def warn[F[_] : Logging](cause: Throwable, msg: => String, ctx: LoggingContext): F[Unit]
def withContext[F[_], A](block: LoggingContext => F[A]): Logged[F, A]

Deprecated methods

def apply[F[_]](implicit logging: Logging[F]): Logging[F]

Attributes

Deprecated
[Since version 0.8.0]