Warning2

org.apache.pekko.event.Logging.Warning2
class Warning2(logSource: String, logClass: Class[_], message: Any, val mdc: MDC) extends Warning

Attributes

Source
Logging.scala
Graph
Supertypes
class Warning
trait Serializable
trait Product
trait Equals
trait LogEvent
class Object
trait Matchable
class Any
Show all
Known subtypes
class Warning3
class Warning4

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:
Warning
Source
Logging.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

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