Package akka.event
Interface Logging.LogEventWithMarker
- 
- All Superinterfaces:
 Logging.LogEvent,NoSerializationVerificationNeeded
- All Known Implementing Classes:
 Logging.Debug3,Logging.Error3,Logging.Info3,Logging.Warning3,Logging.Warning4
- Enclosing class:
 - Logging
 
public static interface Logging.LogEventWithMarker extends Logging.LogEvent
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogMarkermarker()java.lang.Stringsuper$toString()java.lang.StringtoString()- 
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, mdc, message, thread, timestamp 
 - 
 
 - 
 
- 
- 
Method Detail
- 
marker
LogMarker marker()
 
- 
super$toString
java.lang.String super$toString()
 
- 
toString
java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -