Package akka.actor
Class ActorSystem.Settings$
- java.lang.Object
-
- akka.actor.ActorSystem.Settings$
-
- Enclosing class:
- ActorSystem
public static class ActorSystem.Settings$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ActorSystem.Settings$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Settings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.Config
amendSlf4jConfig(com.typesafe.config.Config config, DynamicAccess dynamicAccess)
INTERNAL API
-
-
-
Field Detail
-
MODULE$
public static final ActorSystem.Settings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
amendSlf4jConfig
public com.typesafe.config.Config amendSlf4jConfig(com.typesafe.config.Config config, DynamicAccess dynamicAccess)
INTERNAL APIWhen using Akka Typed the Slf4jLogger should be used by default. Looking for config property
akka.use-slf4j
(defined in akka-actor-typed) and thatSlf4jLogger
(akka-slf4j) is in classpath. Then addsSlf4jLogger
to configured loggers and removesDefaultLogger
.
-
-