LogBooster

case class LogBooster(booster: Double => Double, priority: Priority, id: String) extends LogModifier
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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

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
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product