googleapis / googleapis/cpp-bigquery-odbc
Remove printf and support logging
Open
- Dominant language
- C++
- Stars
- 5
- Forks
- 6
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 12
Description
printfs can be removed in either of the following ways:
1) Use assertions to check the output rather than logging it
2) Use a logger.
Contributor guide
Assessment
This issue has not been assessed yet.