Implement error-logger throughout the project
Xethic opened this issue · 0 comments
Xethic commented
Implementing a separate error-handler which is passed through all the functions during runtime seems reasonable since,
- we can log important information right away from the code that generates this information, no need to do this in a shell script beforehand.
- we can nail down bugs and/or errors that occur at the users side by inspecting the generated logs.
One can get some inspiration here.