Info3

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

Attributes

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

Members list

Value members

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:
Info
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 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