Ops

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

Value members

Concrete methods

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

Inherited methods

final def append(scope: Scope): ContextualLogger[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): ContextualLogger[F]
Inherited from
LoggerOps
final def merge(payload: Object): ContextualLogger[F]
Inherited from
LoggerOps
final def minimum(level: Level): ContextualLogger[F]
Inherited from
LoggerOps
Inherited from
LoggerOps
final def prepend(scope: Scope): ContextualLogger[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): ContextualLogger[F]
Inherited from
LoggerOps