LoggerOps

abstract class LoggerOps[F[_[_]], G[_]]
class Object
trait Matchable
class Any
class Ops[F]
class Ops[F]

Value members

Abstract methods

def modify(f: List[Event] => List[Event]): F[G]

Concrete methods

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

Append the given Scope to all events of this logger

Append the given Scope to all events of this logger

final def filter(filter: Event => Boolean): F[G]
final def merge(payload: Object): F[G]
final def minimum(level: Level): F[G]
final def modifyEvent(f: Event => Event): F[G]
final def prepend(scope: Scope): F[G]

Prepend the given Scope to all events of this logger

Prepend the given Scope to all events of this logger

final def withContext(context: Context): F[G]