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

Add logging via spdlog library #34

Merged
merged 1 commit into from
Oct 27, 2024
Merged

Conversation

seriyps
Copy link
Collaborator

@seriyps seriyps commented Oct 26, 2024

Reasons:

  • Kind of best practice
  • Allows to add DEBUG logs which can be used during debugging, but disabled in production

It works for CPP, but from C code we have to keep using printf. If anyone knows how to befriend them, please let me know!

@seriyps seriyps force-pushed the add-spdlog branch 2 times, most recently from fabc8d3 to 4ff2561 Compare October 26, 2024 22:25
It works for CPP, but from C code we have to keep using printf
@seriyps seriyps merged commit 1ca5aab into OpenIPC:master Oct 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant