Class LogEntry

java.lang.Object
akka.http.javadsl.server.directives.LogEntry
Direct Known Subclasses:
LogEntry

public abstract class LogEntry extends Object
  • Constructor Details

    • LogEntry

      public LogEntry()
  • Method Details

    • create

      public static LogEntry create(Object obj, akka.event.Logging.LogLevel level)
    • debug

      public static LogEntry debug(Object obj)
    • info

      public static LogEntry info(Object obj)
    • warning

      public static LogEntry warning(Object obj)
    • error

      public static LogEntry error(Object obj)
    • getObj

      public abstract Object getObj()
    • getLevel

      public abstract akka.event.Logging.LogLevel getLevel()