Skip to content

Improve Logger

Ammar Nejati requested to merge improveLogger into develop

The log level ('max. print level') is explicitly initialized to Level::Warning.

Adding extra spaces between log messages (Python's convention) is discarded for the standard C/C++ convention (explicit spaces where needed).

Merge request reports