public class LogEntry extends LogEntry implements scala.Product, java.io.Serializable
| Constructor and Description | 
|---|
| LogEntry(java.lang.Object obj,
        org.apache.pekko.event.Logging.LogLevel level) | 
| Modifier and Type | Method and Description | 
|---|---|
| static LogEntry | apply(java.lang.Object obj,
     java.lang.String marker,
     org.apache.pekko.event.Logging.LogLevel level) | 
| org.apache.pekko.event.Logging.LogLevel | getLevel() | 
| java.lang.Object | getObj() | 
| org.apache.pekko.event.Logging.LogLevel | level() | 
| void | logTo(org.apache.pekko.event.LoggingAdapter log) | 
| java.lang.Object | obj() | 
create, debug, error, info, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic LogEntry(java.lang.Object obj,
                org.apache.pekko.event.Logging.LogLevel level)
public static LogEntry apply(java.lang.Object obj, java.lang.String marker, org.apache.pekko.event.Logging.LogLevel level)
public java.lang.Object obj()
public org.apache.pekko.event.Logging.LogLevel level()
public void logTo(org.apache.pekko.event.LoggingAdapter log)