Open
Description
It would be nice to convert the current logging to EventSource and log debug info via this way.
You can define Tasks and create 2 events MethodeNameStart with Task name of Methodename and OpCode Start and OpCode Stop and call the Start at Methode Start and the Stop at methode end. This way you can trace how long your code takes and can optimize code later.