Class LogEntry

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public class LogEntry
    extends LogEntry
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEntry​(java.lang.Object obj, akka.event.Logging.LogLevel level)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static LogEntry apply​(java.lang.Object obj, java.lang.String marker, akka.event.Logging.LogLevel level)  
      akka.event.Logging.LogLevel getLevel()  
      java.lang.Object getObj()  
      akka.event.Logging.LogLevel level()  
      void logTo​(akka.event.LoggingAdapter log)  
      java.lang.Object obj()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • LogEntry

        public LogEntry​(java.lang.Object obj,
                        akka.event.Logging.LogLevel level)
    • Method Detail

      • apply

        public static LogEntry apply​(java.lang.Object obj,
                                     java.lang.String marker,
                                     akka.event.Logging.LogLevel level)
      • obj

        public java.lang.Object obj()
      • level

        public akka.event.Logging.LogLevel level()
      • logTo

        public void logTo​(akka.event.LoggingAdapter log)
      • getObj

        public java.lang.Object getObj()
        Specified by:
        getObj in class LogEntry
      • getLevel

        public akka.event.Logging.LogLevel getLevel()
        Specified by:
        getLevel in class LogEntry