Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0
Description
When printing information to logs or debug output, one frequently needs to identify the statement with the originating task (task name and which subtask).
In many places, the system and user code manually construct something like "MyTask (2/7)".
The RuntimeContext should offer this, because it is too frequently needed.