Class LogEntry$
- java.lang.Object
-
- akka.http.javadsl.server.directives.LogEntry$
-
public class LogEntry$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogEntry$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEntry
create(java.lang.Object obj, akka.event.Logging.LogLevel level)
LogEntry
debug(java.lang.Object obj)
LogEntry
error(java.lang.Object obj)
LogEntry
info(java.lang.Object obj)
LogEntry
warning(java.lang.Object obj)
-
-
-
Field Detail
-
MODULE$
public static final LogEntry$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
create
public LogEntry create(java.lang.Object obj, akka.event.Logging.LogLevel level)
-
debug
public LogEntry debug(java.lang.Object obj)
-
info
public LogEntry info(java.lang.Object obj)
-
warning
public LogEntry warning(java.lang.Object obj)
-
error
public LogEntry error(java.lang.Object obj)
-
-