Class LogEntry
- java.lang.Object
-
- akka.http.javadsl.server.directives.LogEntry
-
- akka.http.scaladsl.server.directives.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 LogEntryapply(java.lang.Object obj, java.lang.String marker, akka.event.Logging.LogLevel level)akka.event.Logging.LogLevelgetLevel()java.lang.ObjectgetObj()akka.event.Logging.LogLevellevel()voidlogTo(akka.event.LoggingAdapter log)java.lang.Objectobj()-
Methods inherited from class akka.http.javadsl.server.directives.LogEntry
create, debug, error, info, warning
-
-
-
-
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)
-
-