bmwcarit / Emma

Emma Memory and Mapfile Analyser. (Repo marked private after security audit. Contact Marian Kneer for details)
GNU General Public License v3.0
4 stars 0 forks source link

Replace all prints with SCout messages #57

Closed holzkohlengrill closed 3 years ago

holzkohlengrill commented 4 years ago

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.

DariaPigasova commented 4 years ago

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

holzkohlengrill commented 4 years ago

Replace it with SCout messages if appropriate.

DariaPigasova commented 3 years ago

3698cbc808e09fe1dcae9a9747078d5506adaa14