Package akka.stream
Interface MaterializerLoggingProvider
-
- All Known Implementing Classes:
ActorMaterializer
,ExtendedActorMaterializer
,PhasedFusingActorMaterializer
public interface MaterializerLoggingProvider
SPI intended only to be extended by customMaterializer
implementations, that also want to provide operators they materialize with specializedLoggingAdapter
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggingAdapter
makeLogger​(java.lang.Class<?> logSource)
-
-
-
Method Detail
-
makeLogger
LoggingAdapter makeLogger​(java.lang.Class<?> logSource)
-
-