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[M](record: LogRecord[M]): Option[LogRecord[M]]
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