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
We can make the logger configurable through Config and available through FlowContext (default NullLogger) which can be overwritten through ConfigBuilder.
This will make the logger available for all processes.
In the scope of this issue, we don't need to implement a logger anywhere, just make it available.
The text was updated successfully, but these errors were encountered:
We can make the logger configurable through
Config
and available throughFlowContext
(default NullLogger) which can be overwritten through ConfigBuilder.This will make the logger available for all processes.
In the scope of this issue, we don't need to implement a logger anywhere, just make it available.
The text was updated successfully, but these errors were encountered: