Merge pull request #25139 from ortex/fix-graph-stage-logging-docs
fix graph stage logging docs
This commit is contained in:
commit
c8064d069b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
@@@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue