Package akka.event
Class Logging.Error2
- java.lang.Object
-
- akka.event.Logging.Error
-
- akka.event.Logging.Error2
-
- All Implemented Interfaces:
NoSerializationVerificationNeeded
,Logging.LogEvent
,Logging.LogEventWithCause
,java.io.Serializable
,scala.Equals
,scala.Product
- Direct Known Subclasses:
Logging.Error3
- Enclosing class:
- Logging
public static class Logging.Error2 extends Logging.Error
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Error2(java.lang.String logSource, java.lang.Class<?> logClass, java.lang.Object message, scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc)
Error2(java.lang.Throwable cause, 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 java.lang.Throwable
cause()
scala.collection.immutable.Map<java.lang.String,java.lang.Object>
mdc()
-
Methods inherited from class akka.event.Logging.Error
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, copy$default$4, 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
-
-
-
-
Constructor Detail
-
Error2
public Error2(java.lang.Throwable cause, java.lang.String logSource, java.lang.Class<?> logClass, java.lang.Object message, scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc)
-
Error2
public Error2(java.lang.String logSource, java.lang.Class<?> logClass, java.lang.Object message, scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc)
-
-
Method Detail
-
cause
public java.lang.Throwable cause()
- Specified by:
cause
in interfaceLogging.LogEventWithCause
- Overrides:
cause
in classLogging.Error
-
mdc
public scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc()
-
-