Implementation of a unified logger wrapper and replacement of the old different printouts and loggers with this new unified one. Additionally, the hotswap script gets a minor bug fix in terms of wrongly printed log outputs from STDOUT and STDERR.
Furthermore, copyright headers get an update to current wording.
Checklist
Before submitting this PR, please make sure:
[x] your code builds clean with make
[x] your code lets succeed unit tests with make test
Description
Implementation of a unified logger wrapper and replacement of the old different printouts and loggers with this new unified one. Additionally, the hotswap script gets a minor bug fix in terms of wrongly printed log outputs from STDOUT and STDERR. Furthermore, copyright headers get an update to current wording.
Checklist
Before submitting this PR, please make sure:
make
make test