Event

com.tersesystems.blindsight.EventBuffer$.Event
final case class Event(timestamp: Instant, loggerName: String, level: Level, entry: Entry)

An event is an entry that was added to a buffer.

Attributes

entry

the entry itself.

level

the level added to buffer

loggerName

the SLF4J logger name used to add to the buffer

timestamp

the instant the entry was added to the buffer

Source:
EventBuffer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product