Package org.apache.pekko.event
Class Logging.Warning2
- java.lang.Object
-
- org.apache.pekko.event.Logging.Warning
-
- org.apache.pekko.event.Logging.Warning2
-
- All Implemented Interfaces:
java.io.Serializable
,NoSerializationVerificationNeeded
,Logging.LogEvent
,scala.Equals
,scala.Product
- Direct Known Subclasses:
Logging.Warning3
,Logging.Warning4
- Enclosing class:
- Logging
public static class Logging.Warning2 extends Logging.Warning
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Warning2(java.lang.String logSource, java.lang.Class<?> logClass, java.lang.Object message, scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,java.lang.Object>
mdc()
-
Methods inherited from class org.apache.pekko.event.Logging.Warning
canEqual, copy, copy$default$1, copy$default$2, copy$default$3, equals, hashCode, level, logClass, logSource, message, org$apache$pekko$event$Logging$LogEvent$_setter_$thread_$eq, org$apache$pekko$event$Logging$LogEvent$_setter_$timestamp_$eq, productArity, productElement, productElementName, productIterator, productPrefix, thread, timestamp, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.pekko.event.Logging.LogEvent
getMDC
-
-