Currently project uses multiple ways of logging data to the terminal:
Would be nice to establish one method and stick to it for the future as currently it is annoying (and printf specifiers are not portable and generate warnings on different systems that polute build logs making it difficult to find actual important warnings).
What should this project use for logging???
Currently project uses multiple ways of logging data to the terminal:
Would be nice to establish one method and stick to it for the future as currently it is annoying (and printf specifiers are not portable and generate warnings on different systems that polute build logs making it difficult to find actual important warnings).
What should this project use for logging???