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