bmwcarit/Emma

Replace all prints with SCout messages

Closed this issue · 3 comments

Description

To insure log level switching we need to remove all print()s and replace it with SCout messages.
Where really needed (i.e. for file presentation -> to user) the SCout basic implementation can/should be used.

Everything in genDoc etc. can be ignored.

Expected behaviour

Correct message display according to log levels.

What should we do with prints in functions that are not used?

Replace it with SCout messages if appropriate.