i4Ds / Karabo-Pipeline

The Karabo Pipeline can be used as Digital Twin for SKA
https://i4ds.github.io/Karabo-Pipeline/
MIT License
11 stars 4 forks source link

Introduce KaraboLogger #546

Open Lukas113 opened 7 months ago

Lukas113 commented 7 months ago

We have a lot of print statements in Karabo. However, this is not very flexible and easy to use. The following are just a set of use-cases to show how limited print-statements are:

These is just an illustration how Karabo could benefit from a logger. And implementing a logger with basic functionality (just replacing the pring-statements with a console-logger) without having to care about specific use-cases should be easy and fast to implement.