LogBooster

scribe.modify.LogBooster
See theLogBooster companion object
case class LogBooster(booster: Double => Double, priority: Priority, id: String) extends LogModifier

Attributes

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

Members list

Value members

Concrete methods

override def apply(record: LogRecord): Option[LogRecord]

Handles modification of a LogRecord

Handles modification of a LogRecord

Value parameters

record

the record to modify

Attributes

Returns

Some LogRecord that should continue to propagate or None if the logging action should be canceled

Definition Classes
override def withId(id: String): LogModifier

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
LogModifier
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product