Package akka.stream.stage
Interface StageLogging
-
- All Known Implementing Classes:
GraphStageLogicWithLogging,RestartWithBackoffLogic,TimerGraphStageLogicWithLogging
public interface StageLoggingOverride to customise reported log source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void_log_$eq(LoggingAdapter x$1)LoggingAdapterlog()java.lang.Class<?>logSource()Override to customise reported log source
-
-
-
Method Detail
-
_log_$eq
void _log_$eq(LoggingAdapter x$1)
-
log
LoggingAdapter log()
-
logSource
java.lang.Class<?> logSource()
Override to customise reported log source
-
-