scribe.modify

package scribe.modify

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Filter
trait LogModifier
class Object
trait Matchable
class Any
Show all
object LevelFilter

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class LogBooster(booster: Double => Double, priority: Priority, id: String) extends LogModifier

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait LogModifier
class Object
trait Matchable
class Any
Show all
object LogBooster

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LogBooster.type
trait LogModifier

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.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LogModifier

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type