Merge pull request #25139 from ortex/fix-graph-stage-logging-docs

fix graph stage logging docs
This commit is contained in:
Arnout Engelen 2018-05-25 10:13:12 +02:00 committed by GitHub
commit c8064d069b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,8 +301,8 @@ In that sense, it serves a very similar purpose as `ActorLogging` does for Actor
@@@ div { .group-java }
You can extend the `akka.stream.stage.GraphStageWithLogging` or `akka.strea.stage.TimerGraphStageWithLogging` classes
instead of the usual `GraphStage` to enable you to obtain a `LoggingAdapter` inside your stage as long as
You can extend the @unidoc[GraphStageLogicWithLogging] or @unidoc[TimerGraphStageLogicWithLogging] classes
instead of the usual `GraphStageLogic` to enable you to obtain a `LoggingAdapter` inside your stage as long as
the `Materializer` you're using is able to provide you with a logger.
@@@