Class LogEntry

java.lang.Object
akka.http.javadsl.server.directives.LogEntry
akka.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 Details

    • LogEntry

      public LogEntry(Object obj, akka.event.Logging.LogLevel level)
  • Method Details

    • apply

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

      public Object obj()
    • level

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

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

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

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