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

Finish adding proper logging support to capture #73

Open
1 of 4 tasks
bgottula opened this issue Jan 19, 2023 · 0 comments
Open
1 of 4 tasks

Finish adding proper logging support to capture #73

bgottula opened this issue Jan 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bgottula
Copy link
Collaborator

bgottula commented Jan 19, 2023

I added logging support recently with spdlog, however this was limited to the portions of the code I was working on at the time, mainly in camera.cpp.

Do the following:

  • Replace printf with logging consistently throughout the codebase
  • Add support for logging to a file rather than just the default console output
  • Add support for changing the log levels and log filename via program options
  • Make sure we're using the thread-safe _mt loggers
@bgottula bgottula added the enhancement New feature or request label Jan 19, 2023
@bgottula bgottula self-assigned this Jan 19, 2023
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

1 participant