Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions printing JSON are broken #77

Open
ecourtois opened this issue Jul 29, 2022 · 0 comments
Open

Functions printing JSON are broken #77

ecourtois opened this issue Jul 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ecourtois
Copy link
Contributor

With introduction of COGIP_DEBUG_COUT macro that automatically adds a new line at the end, the functions printing JSON are broken since there are new lines added in the middle of the messages.

Possible fixes:

  • remove those functions that are not used anymore (but could be useful for debug)
  • implement a log module to handle info/log/error/debug messages
  • remove the new line from the macro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants