final case class LoggingEvent(level: Level, loggerName: String, threadName: String, message: String, timeStamp: Long, marker: Option[Marker], throwable: Option[Throwable], mdc: Map[String, String]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggingEvent
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- def getMarker: Optional[Marker]
Java API
- def getMdc: Map[String, String]
Java API
- def getThrowable: Optional[Throwable]
Java API
- val level: Level
- val loggerName: String
- val marker: Option[Marker]
- val mdc: Map[String, String]
- val message: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val threadName: String
- val throwable: Option[Throwable]
- val timeStamp: Long
Representation of logging event when testing with akka.actor.testkit.typed.scaladsl.LoggingTestKit or akka.actor.testkit.typed.javadsl.LoggingTestKit.