353solutions / carrow

Go wrapper for Apache Arrow C++
https://arrow.apache.org/
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

Single Logger for system #25

Open yonidavidson opened 5 years ago

yonidavidson commented 5 years ago

We would like to use only the Go logger in all source code (Go and C++) so we have consistency.

Imprvoment: The c++ code should also be able to compile as stand-alone without the Go (by IFDEF to a C++ logger)