Ops

implicit class Ops[F[_]](logger: Logger[F]) extends LoggerOps[[F[_]] =>> Logger[F], F]
class LoggerOps[[F[_]] =>> Logger[F], F]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def modify(f: List[Event] => List[Event]): Logger[F]
Definition Classes

Inherited methods

final def append(scope: Scope): Logger[F]

Append the given Scope to all events of this logger

Append the given Scope to all events of this logger

Inherited from:
LoggerOps
final def filter(filter: Event => Boolean): Logger[F]
Inherited from:
LoggerOps
final def merge(payload: JsonObject): Logger[F]
Inherited from:
LoggerOps
final def minimum(level: Level): Logger[F]
Inherited from:
LoggerOps
final def modifyEvent(f: Event => Event): Logger[F]
Inherited from:
LoggerOps
final def prepend(scope: Scope): Logger[F]

Prepend the given Scope to all events of this logger

Prepend the given Scope to all events of this logger

Inherited from:
LoggerOps
final def withContext(context: Context): Logger[F]
Inherited from:
LoggerOps