public class Log$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static Log$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Log$() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
fromMaterializer()
Must be located here to be visible for implicit resolution, when
Materializer is passed to Logging
More specific LogSource than fromString , which would add the ActorSystem name in addition to the supervision to the log source. |
public static final Log$ MODULE$
public final java.lang.Object fromMaterializer()
Materializer
is passed to Logging
More specific LogSource than fromString
, which would add the ActorSystem name in addition to the supervision to the log source.