Package akka.event
Class Logging.Debug2
- java.lang.Object
-
- akka.event.Logging.Debug
-
- akka.event.Logging.Debug2
-
- All Implemented Interfaces:
NoSerializationVerificationNeeded
,Logging.LogEvent
,java.io.Serializable
,scala.Equals
,scala.Product
- Direct Known Subclasses:
Logging.Debug3
- Enclosing class:
- Logging
public static class Logging.Debug2 extends Logging.Debug
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Debug2(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 akka.event.Logging.Debug
akka$event$Logging$LogEvent$_setter_$thread_$eq, akka$event$Logging$LogEvent$_setter_$timestamp_$eq, canEqual, copy, copy$default$1, copy$default$2, copy$default$3, equals, hashCode, level, logClass, logSource, message, 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 akka.event.Logging.LogEvent
getMDC
-
-