Package akka.event
Class Logging.Warning4
- java.lang.Object
-
- akka.event.Logging.Warning
-
- akka.event.Logging.Warning2
-
- akka.event.Logging.Warning4
-
- All Implemented Interfaces:
NoSerializationVerificationNeeded
,Logging.LogEvent
,Logging.LogEventWithCause
,Logging.LogEventWithMarker
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Logging
public static class Logging.Warning4 extends Logging.Warning2 implements Logging.LogEventWithMarker, Logging.LogEventWithCause
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
cause()
LogMarker
marker()
scala.collection.immutable.Map<java.lang.String,java.lang.Object>
mdc()
-
Methods inherited from class akka.event.Logging.Warning
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
akka$event$Logging$LogEvent$_setter_$thread_$eq, akka$event$Logging$LogEvent$_setter_$timestamp_$eq, getMDC, level, logClass, logSource, message, thread, timestamp
-
Methods inherited from interface akka.event.Logging.LogEventWithMarker
super$toString, toString
-
-
-
-
Constructor Detail
-
Warning4
public Warning4(java.lang.String logSource, java.lang.Class<?> logClass, java.lang.Object message, scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc, LogMarker marker, java.lang.Throwable cause)
-
-
Method Detail
-
cause
public java.lang.Throwable cause()
- Specified by:
cause
in interfaceLogging.LogEventWithCause
-
marker
public LogMarker marker()
- Specified by:
marker
in interfaceLogging.LogEventWithMarker
-
mdc
public scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc()
- Specified by:
mdc
in interfaceLogging.LogEvent
- Overrides:
mdc
in classLogging.Warning2
-
-