Package org.apache.pekko.event
Class Logging.Warning4
- java.lang.Object
- 
- org.apache.pekko.event.Logging.Warning
- 
- org.apache.pekko.event.Logging.Warning2
- 
- org.apache.pekko.event.Logging.Warning4
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- NoSerializationVerificationNeeded,- Logging.LogEvent,- Logging.LogEventWithCause,- Logging.LogEventWithMarker,- 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwablecause()LogMarkermarker()scala.collection.immutable.Map<java.lang.String,java.lang.Object>mdc()- 
Methods inherited from class org.apache.pekko.event.Logging.WarningcanEqual, 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.event.Logging.LogEventgetMDC, level, logClass, logSource, message, org$apache$pekko$event$Logging$LogEvent$_setter_$thread_$eq, org$apache$pekko$event$Logging$LogEvent$_setter_$timestamp_$eq, thread, timestamp
 - 
Methods inherited from interface org.apache.pekko.event.Logging.LogEventWithMarkersuper$toString, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
Warning4public 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- 
causepublic java.lang.Throwable cause() - Specified by:
- causein interface- Logging.LogEventWithCause
 
 - 
markerpublic LogMarker marker() - Specified by:
- markerin interface- Logging.LogEventWithMarker
 
 - 
mdcpublic scala.collection.immutable.Map<java.lang.String,java.lang.Object> mdc() - Specified by:
- mdcin interface- Logging.LogEvent
- Overrides:
- mdcin class- Logging.Warning2
 
 
- 
 
-