- Direct Known Subclasses:
- LogEntry
public abstract class LogEntry
extends Object 
- 
Constructor SummaryConstructors 
- 
Method Summary
create(Object obj,
 org.apache.pekko.event.Logging.LogLevel level)
      abstract org.apache.pekko.event.Logging.LogLevel
         
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
LogEntrypublic LogEntry() 
 
- 
Method Details
- 
createpublic static LogEntry create(Object obj,
 org.apache.pekko.event.Logging.LogLevel level) 
- 
- 
- 
- 
- 
getObjpublic abstract Object getObj() 
 
- 
getLevelpublic abstract org.apache.pekko.event.Logging.LogLevel getLevel()