Impl

flogger.Log.Impl
See theImpl companion object
class Impl[F[_]](ctx: Map[String, String]) extends Log[F]

Attributes

Companion
object
Graph
Supertypes
trait Log[F]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def addContext(ctx: (String, String)*): Log[F]

Attributes

Definition Classes
Log
override def unsafeContext: Map[String, String]

Attributes

Definition Classes
Log

Inherited methods

def debug(msg: => String)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def debug(msg: => String, error: Throwable)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def error(msg: => String)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def error(msg: => String, error: Throwable)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def info(msg: => String)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def info(msg: => String, error: Throwable)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def isEnabledFor(level: Level)(implicit output: LogOutput[F]): F[Boolean]

Attributes

Inherited from:
Log
def output(implicit implicitOutput: LogOutput[F]): LogOutput[F]

Attributes

Inherited from:
Log
def trace(msg: => String)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def trace(msg: => String, error: Throwable)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def warn(msg: => String)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def warn(msg: => String, error: Throwable)(implicit implicitOutput: LogOutput[F]): F[Unit]

Attributes

Inherited from:
Log
def withContext[R](ctx: (String, String)*)(block: (Log[F]) => F[R]): F[R]

Attributes

Inherited from:
Log