Error3

org.apache.pekko.event.Logging.Error3
class Error3(val cause: Throwable, logSource: String, logClass: Class[_], message: Any, val mdc: MDC, val marker: LogMarker) extends Error2, LogEventWithMarker

Attributes

Source
Logging.scala
Graph
Supertypes
class Error2
class Error
trait Serializable
trait Product
trait Equals
trait LogEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(logSource: String, logClass: Class[_], message: Any, mdc: MDC, marker: LogMarker)

Attributes

Source
Logging.scala

Inherited methods

def getMDC: Map[String, Any]

Java API: Retrieve the contents of the MDC.

Java API: Retrieve the contents of the MDC.

Attributes

Inherited from:
LogEvent
Source
Logging.scala
override def level: LogLevel

The LogLevel of this LogEvent

The LogLevel of this LogEvent

Attributes

Definition Classes
Inherited from:
Error
Source
Logging.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Appends the marker to the Debug/Info/Warning/Error toString representations

Appends the marker to the Debug/Info/Warning/Error toString representations

Attributes

Definition Classes
Inherited from:
LogEventWithMarker
Source
Logging.scala

Concrete fields

override val cause: Throwable

Attributes

Source
Logging.scala
override val marker: LogMarker

Marker attribute is nullable due to backward binary compatibility in the class Warning4

Marker attribute is nullable due to backward binary compatibility in the class Warning4

Attributes

Source
Logging.scala
override val mdc: MDC

Extra values for adding to MDC

Extra values for adding to MDC

Attributes

Source
Logging.scala

Inherited fields

val thread: Thread

The thread that created this log event

The thread that created this log event

Attributes

Inherited from:
LogEvent
Source
Logging.scala

When this LogEvent was created according to System.currentTimeMillis

When this LogEvent was created according to System.currentTimeMillis

Attributes

Inherited from:
LogEvent
Source
Logging.scala