You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently whenever we run a Dapr Workflow we have access to the workflow logger that can be retrieve from WorkflowContext. However we don't have something similar for WorkflowActivityContext.
The proposal is to extend WorkflowActivityContext interface and add a getLogger() method similar to the one in WorkflowContext.