Package akka.stream.impl.fusing
Class Log$
- java.lang.Object
-
- akka.stream.impl.fusing.Log$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
public class Log$ extends java.lang.Object implements scala.Serializable
Must be located here to be visible for implicit resolution, whenMaterializer
is passed toLogging
More specific LogSource thanfromString
, which would add the ActorSystem name in addition to the supervision to the log source.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Log$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Log<T>
apply(java.lang.String name, scala.Function1<T,java.lang.Object> extract, scala.Option<LoggingAdapter> logAdapter)
java.lang.Object
fromMaterializer()
<T> scala.Option<scala.Tuple3<java.lang.String,scala.Function1<T,java.lang.Object>,scala.Option<LoggingAdapter>>>
unapply(Log<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Log$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
fromMaterializer
public final java.lang.Object fromMaterializer()
-
apply
public <T> Log<T> apply(java.lang.String name, scala.Function1<T,java.lang.Object> extract, scala.Option<LoggingAdapter> logAdapter)
-
unapply
public <T> scala.Option<scala.Tuple3<java.lang.String,scala.Function1<T,java.lang.Object>,scala.Option<LoggingAdapter>>> unapply(Log<T> x$0)
-
-