Using Behaviors.withTimers any idea how can we obtain the context, to use the context.log of Akka?
Normally I use when I define the Behavior with
Behaviors.setup { context =>
But with
Behaviors.withTimers
It seems it cannot be combined.
Any suggestion?
With this:
should work.