Package akka.http.scaladsl.server
Interface RoutingLog
-
public interface RoutingLog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description akka.event.LoggingAdapterlog()akka.event.LoggingAdapterrequestLog(HttpRequest request)
-
-
-
Method Detail
-
log
akka.event.LoggingAdapter log()
-
requestLog
akka.event.LoggingAdapter requestLog(HttpRequest request)
-
-