java.lang.Object
org.apache.pekko.http.javadsl.server.directives.LogEntry
org.apache.pekko.http.scaladsl.server.directives.LogEntry
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

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

    Constructors
    Constructor
    Description
    LogEntry(Object obj, org.apache.pekko.event.Logging.LogLevel level)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static LogEntry
    apply(Object obj, String marker, org.apache.pekko.event.Logging.LogLevel level)
     
    org.apache.pekko.event.Logging.LogLevel
     
     
    org.apache.pekko.event.Logging.LogLevel
     
    void
    logTo(org.apache.pekko.event.LoggingAdapter log)
     
    obj()
     

    Methods inherited from class org.apache.pekko.http.javadsl.server.directives.LogEntry

    create, debug, error, info, warning

    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 Details

    • LogEntry

      public LogEntry(Object obj, org.apache.pekko.event.Logging.LogLevel level)
  • Method Details

    • apply

      public static LogEntry apply(Object obj, String marker, org.apache.pekko.event.Logging.LogLevel level)
    • obj

      public Object obj()
    • level

      public org.apache.pekko.event.Logging.LogLevel level()
    • logTo

      public void logTo(org.apache.pekko.event.LoggingAdapter log)
    • getObj

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

      public org.apache.pekko.event.Logging.LogLevel getLevel()
      Specified by:
      getLevel in class LogEntry