Warning

org.apache.pekko.event.Logging.Warning
See theWarning companion object
case class Warning(logSource: String, logClass: Class[_], message: Any = ...) extends LogEvent

For WARNING Logging

Attributes

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

Members list

Value members

Concrete methods

override def level: LogLevel

The LogLevel of this LogEvent

The LogLevel of this LogEvent

Attributes

Definition Classes
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
def mdc: MDC

Extra values for adding to MDC

Extra values for adding to MDC

Attributes

Inherited from:
LogEvent
Source
Logging.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

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