Event

final case class Event(timestamp: Long, level: Level, scope: Scope, message: String, payload: Object, throwable: Option[Throwable])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def append(scope: Scope): Event
def merge(payload: Object): Event
def modifyMessage(f: String => String): Event
def modifyTimestamp(f: Long => Long): Event
def prepend(scope: Scope): Event
def withContext(context: Context): Event
def withLevel(level: Level): Event
def withMessage(message: String): Event
def withPayload(payload: Object): Event
def withScope(scope: Scope): Event
def withTimestamp(timestamp: Long): Event

Inherited methods

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