scribe.modify

Type members

Classlikes

case class LevelFilter(include: Double => Boolean, exclude: Double => Boolean, priority: Priority, ignoreBoost: Boolean, id: String) extends LogModifier with Filter
Companion:
object
Companion:
class
case class LogBooster(booster: Double => Double, priority: Priority, id: String) extends LogModifier
Companion:
object
object LogBooster
Companion:
class

LogModifier is attached to Logger instances in order to manipulate LogRecords, before they are handled by a LogHandler.

LogModifier is attached to Logger instances in order to manipulate LogRecords, before they are handled by a LogHandler.

Companion:
object
Companion:
class