public interface StageLogging
LoggingAdapter when used together with an ActorMaterializer.
If used with a different materializer NoLogging will be returned.
Make sure to only access log from GraphStage callbacks (such as pull, push or the async-callback).
Note, abiding to akka.stream.ActorAttributes.logLevels has to be done manually,
the logger itself is configured based on the logSource provided to it. Also, the log
itself would not know if you're calling it from a "on element" context or not, which is why
these decisions have to be handled by the stage itself.
| Modifier and Type | Method and Description |
|---|---|
LoggingAdapter |
log() |
java.lang.Class<?> |
logSource()
Override to customise reported log source
|
java.lang.Class<?> logSource()
LoggingAdapter log()