Package akka.http.scaladsl.server
Class RoutingLog$
- java.lang.Object
-
- akka.http.scaladsl.server.LowerPriorityRoutingLogImplicits
-
- akka.http.scaladsl.server.RoutingLog$
-
public class RoutingLog$ extends LowerPriorityRoutingLogImplicits
-
-
Field Summary
Fields Modifier and Type Field Description static RoutingLog$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RoutingLog$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoutingLog
apply(akka.event.LoggingAdapter defaultLog)
RoutingLog
fromActorContext(akka.actor.ActorContext ac)
-
Methods inherited from class akka.http.scaladsl.server.LowerPriorityRoutingLogImplicits
fromActorSystem
-
-
-
-
Field Detail
-
MODULE$
public static final RoutingLog$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public RoutingLog apply(akka.event.LoggingAdapter defaultLog)
-
fromActorContext
public RoutingLog fromActorContext(akka.actor.ActorContext ac)
-
-